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