Controlling the appearance of tremolo slashes: Difference between revisions

Import snippet from LSR
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
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.0" full>
<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
}
\paper {
  indent = 0
  tagline = ##f
}
}
</lilypond>
</lilypond>
Line 54: Line 49:
[[Category:Tweaks and overrides]]
[[Category:Tweaks and overrides]]
[[Category:Included in the official documentation]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]