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/

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

Reply via email to