lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: updated files for (doc help) applyMusic -> music functions: unfold-a


From: Han-Wen Nienhuys
Subject: Re: updated files for (doc help) applyMusic -> music functions: unfold-all-repeats.ly
Date: Thu, 08 Jun 2006 10:40:10 +0200
User-agent: Thunderbird 1.5.0.2 (X11/20060501)

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 - address@hidden - http://www.xs4all.nl/~hanwen

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]