]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-second.ly
patch::: 1.5.40.jcn1
[lilypond.git] / input / test / beam-second.ly
1 \header{
2   texidoc=""
3 }
4 \score{
5     \notes\relative c''{
6         \stemUp
7         [b8 c]
8         [b16 c]
9         [a' b]
10     }
11     \paper{
12         linewidth = 0.0
13     }
14 }