]> git.donarmstrong.com Git - lilypond.git/blob - input/features/beam-count.ly
patch::: 1.3.128.jcn4
[lilypond.git] / input / features / beam-count.ly
1
2 fragment = \notes {
3   f'32 g a b b a g f
4
5   \property Voice.autoBeamSettings
6     \set #'(end * * * *) = #(make-moment 1 4)
7   f32 g a b b a g f
8
9   f32 g a
10   \property Voice.stemRightBeamCount = #1 b
11   \property Voice.stemLeftBeamCount = #1 b
12   a g f
13 }
14
15 \paper { linewidth = -1.; } 
16
17 \score {
18   \notes\relative c \fragment
19   \paper { }  
20 }