Aaron Hill <[email protected]> writes: > Music functions certainly give you the most flexibility, although > there are simple cases where you can use 2.19's \etc keyword as a > shorthand to defining the function yourself: > > %%%% > \version "2.19" > > stemColor = \override Stem.color = \etc > > { d'8 \stemColor #red e' f' \undo \stemColor ##f g' } > %%%% > > Note the \undo command above is less ideal as one needs to provide a > dummy argument to the function.
Why not \undo \stemColor #red here ? ##f makes no sense. -- David Kastrup
