]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-stem-tremolo.ly
Merge branch 'master' into dev/texi2html
[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 }