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