Controlling the appearance of tremolo slashes: Difference between revisions
m New category |
mNo edit summary |
||
| Line 7: | Line 7: | ||
** <code>constant</code>: all slashes are beam-like and have the same slope except for down-stem flags. | ** <code>constant</code>: all slashes are beam-like and have the same slope except for down-stem flags. | ||
<lilypond version="2.24" | <lilypond version="2.24"> | ||
music = { | music = { | ||
a''4:32 a': | a''4:32 a': | ||
| Line 43: | Line 43: | ||
\override StemTremolo.slope = -0.2 | \override StemTremolo.slope = -0.2 | ||
\music | \music | ||
} | } | ||
</lilypond> | </lilypond> | ||