[ << Tweaks and overrides ] | [Top][Contents] | [ Paper and layout >> ] |
[ < Tweaking clef properties ] | [ Up : Tweaks and overrides ] | [ Using alternative flag styles > ] |
Tweaking grace layout within music
The layout of grace expressions can be changed throughout the music
using the functions add-grace-property
and
remove-grace-property
.
The following example undefines the Stem
direction for this
grace, so that stems do not always point up, and changes the default
note heads to crosses.
\relative c'' { \new Staff { $(remove-grace-property 'Voice 'Stem 'direction) $(add-grace-property 'Voice 'NoteHead 'style 'cross) \new Voice { \acciaccatura { f16 } g4 \grace { d16 e } f4 \appoggiatura { f,32 g a } e2 } } }
[ << Tweaks and overrides ] | [Top][Contents] | [ Paper and layout >> ] |
[ < Tweaking clef properties ] | [ Up : Tweaks and overrides ] | [ Using alternative flag styles > ] |