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
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
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