]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-center-slope.ly
patch::: 1.5.39.jcn2
[lilypond.git] / input / regression / beam-center-slope.ly
1 \header{
2   texidoc="Simple beams on middle line should be allowed to have a slope."
3 }
4 \score{
5     \notes\relative c''{
6         [b'8 a] [a b]
7         [a,,8 b] [b a]
8     }
9     \paper{
10         linewidth = 0.0
11     }
12 }