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: Mats Bengtsson
Subject: Re: updated files for (doc help) applyMusic -> music functions: unfold-all-repeats.ly
Date: Thu, 08 Jun 2006 10:45:39 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417

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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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