Right! The example is probably much older than the current \unfoldRepeats
command, so we could just skip it.

  /Mats

Han-Wen Nienhuys wrote:

Michael Meixner schreef:

\header { texidoc = "Applying the standard function @code{unfold-repeats} unfolds recursively all repeats for a correct MIDI output."
}

unfoldAll =     #(define-music-function (parser location music )
                        (ly:music?)
      #{
            \unfoldRepeats $music
      #})


I don't get this. Why don't you do

  #(define unfoldAll unfoldRepeats)

or just skip unfoldAll. Note that the docstring is still incorrect.


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to