]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-rest.ly
7a975ba21d076d88419f4f67d18918e49faccbb5
[lilypond.git] / input / test / beam-rest.ly
1
2 \version "2.1.26"
3
4 \header{
5 texidoc="@cindex Beam Over Rests
6 Beams may be forced to be over rests.
7 " }
8
9 \score{
10     \notes\relative c''{
11           r4  r8[ g a]
12            bes8[ r16 f g a]
13            bes8[ r16 \set stemLeftBeamCount = #1 f g a]
14     }
15
16     \paper{
17         raggedright = ##t
18     }
19 }
20