Re: passing parameter

2014-03-22 Thread David Kastrup
Urs Liska writes: > nS = > #(define-music-function (parser location color)(color?) >#{ > \override NoteHead #'layer = #2 > \override NoteHead.color = $color > \override Stem.color = #blue > \override Beam.color = #blue > \override Tie #'color = #blue > \override Slur.color = #b

Re: passing parameter

2014-03-22 Thread Urs Liska
Am 22.03.2014 12:43, schrieb MING TSANG: Hi, lilyponders, How can I combine the nrS nbS into one by passing color parameter ( red, blue or green)? Is there a Dots #'layer in lily? \version "2.19.3" nrS = { \override NoteHead #'layer = #2 \override NoteHead.color = #red \override Stem.color

passing parameter

2014-03-22 Thread MING TSANG
Hi, lilyponders, How can I combine the nrS nbS into one by passing color parameter ( red, blue or green)? Is there a Dots #'layer in lily?  \version "2.19.3" nrS = { \override NoteHead #'layer = #2 \override NoteHead.color = #red \override Stem.color = #red \override Beam.color = #red \over