]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-rest.ly
update syntax in .ly files.
[lilypond.git] / input / test / beam-rest.ly
1 \version "1.7.6"
2
3 \header{
4 texidoc="
5 Beams over rests.
6 "
7 }
8
9 \score{
10         \context Staff=one \notes\relative c''{
11           r4 [r8 g a]
12           [bes8 r16 f g a]
13           [bes8 r16 \property Voice.stemLeftBeamCount = #1 f g a]
14     }
15
16     \paper{
17         linewidth =-1
18     }
19 }
20 %% new-chords-done %%