]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-rest.ly
* ly/chord-modifiers-init.ly:
[lilypond.git] / input / test / beam-rest.ly
1 \version "1.7.18"
2
3 \header{
4 texidoc="@cindex Beam Over Rests
5 Beams over rests.
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         raggedright = ##t
17     }
18 }
19 %% new-chords-done %%