]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-rest.ly
patch::: 1.3.115.jcn1
[lilypond.git] / input / test / beam-rest.ly
1 \header{
2 texidoc="
3 Beams over rests.
4 ";
5 }
6
7 \score{
8         \context Staff=one \notes\relative c''{
9           r4 [r8 g a]
10           [bes8 r16 f g a]
11           [bes8 r16 \property Voice.stemLeftBeamCount = #1 f g a]
12
13     }
14     \paper{
15         linewidth =-1;
16     }
17 }