]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-rest.ly
($(outdir)/%.log): add
[lilypond.git] / input / test / beam-rest.ly
1
2 \version "2.3.8"
3
4 \header{
5 texidoc="@cindex Beam Over Rests
6 Beams may be forced to be over rests.
7 " }
8
9 \score{
10     \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