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