]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-trend.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / beam-trend.ly
1
2 \score{
3         \notes\relative c'{
4                 \stemUp
5                 [f8 a' g f]
6         }
7         \paper{
8                 linewidth=-1.;
9         }
10 }