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.

--

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



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

Reply via email to