]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-stem-tremolo.ly
f37025909c3c12a2f6828cbef90ce3bd4f75d524
[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.7.16"
7
8 \layout {raggedright =##t}
9 {
10   \stemDown
11   g'1:32_"foo"
12   g'1:32_.
13   g'1:32_\f
14 }