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