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