[ << Tweaks and overrides ] | [Top][Contents] | [ Paper and layout >> ] |
[ < Adding timing marks to long glissandi ] | [ Up : Tweaks and overrides ] | [ Adjusting lyrics vertical spacing > ] |
Adjusting grace note spacing
The space given to grace notes can be adjusted using the
spacing-increment
property of Score.GraceSpacing
.
graceNotes = { \grace { c4 c8 c16 c32 } c8 } \relative c'' { c8 \graceNotes \override Score.GraceSpacing.spacing-increment = #2.0 \graceNotes \revert Score.GraceSpacing.spacing-increment \graceNotes }