lilypond-devel
[Top][All Lists]
Advanced

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

Re: Changes.tely updated - 2.19.x before Feb 4th 2014 (issue 60490050)


From: janek . lilypond
Subject: Re: Changes.tely updated - 2.19.x before Feb 4th 2014 (issue 60490050)
Date: Tue, 18 Feb 2014 16:27:25 +0000

LGTM with a suggestion


https://codereview.appspot.com/60490050/diff/90001/Documentation/changes.tely
File Documentation/changes.tely (right):

https://codereview.appspot.com/60490050/diff/90001/Documentation/changes.tely#newcode122
Documentation/changes.tely:122: Scheme functions and identifiers can now
be used as output definitions.
An example would be probably nice - here's one:


coloredNotes =
#(define-scheme-function (parser location col)(color?)
   #{
     \layout {
       \context {
         \Staff
         \override NoteHead #'color = #col
       }
     }
   #})

\layout { \coloredNotes #blue }

{ c' }

https://codereview.appspot.com/60490050/



reply via email to

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