]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-center-slope.ly
patch::: 1.5.39.jcn4
[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         [b8 c] [c b]
7         [b''8 a] [a b]
8     }
9     \paper{
10         linewidth = 0.0
11     }
12 }