]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-stem-tremolo.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / script-stem-tremolo.ly
1 \header {
2
3   texidoc = "Scripts avoid stem tremolos even if there is no visible stem."
4
5 }
6 \version "2.11.51"
7
8 \layout {ragged-right =##t}
9 {
10   \stemDown
11   g'1:32_"foo"
12   g'1:32_.
13   g'1:32_\f
14 }