Adjusting grace note spacing: Difference between revisions
Import snippet from LSR |
m New category |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
The space given to grace notes can be adjusted using the <code>spacing-increment</code> property of <code>Score.GraceSpacing</code>. | The space given to grace notes can be adjusted using the <code>spacing-increment</code> property of <code>Score.GraceSpacing</code>. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
graceNotes = { | graceNotes = { | ||
\grace { c4 c8 c16 c32 } | \grace { c4 c8 c16 c32 } | ||
| Line 20: | Line 20: | ||
[[Category:Rhythms]] | [[Category:Rhythms]] | ||
[[Category:Tweaks and overrides]] | [[Category:Tweaks and overrides]] | ||
[[Category:Snippet]] | |||