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