]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/altering-the-number-of-stems-in-a-beam.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / altering-the-number-of-stems-in-a-beam.ly
1 %% Do not edit this file; it is auto-generated from LSR!
2 %% Tags: rhythms, tweaks-and-overrides
3 \version "2.11.35"
4
5 \header { texidoc = "
6 You can alter the number of stems in a beam.  In this example, two sets
7 of four 32nds are joined, as if they were 8th notes.
8
9
10
11 " }
12 % begin verbatim
13 \relative {
14   #(override-auto-beam-setting '(end * * * *)  1 4)
15   f32 g a b b a g f
16
17   f32 g a 
18   \set stemRightBeamCount = #1  b
19   \set stemLeftBeamCount = #1 b
20   a g f
21 }
22