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