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