]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/rhythms/automatic-beam-subdivisions.ly
Clean up input/new, second step
[lilypond.git] / input / lsr / rhythms / automatic-beam-subdivisions.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.35"
3
4 \header { texidoc = "
5 Lilypond can subdivide beams automatically. Set the property
6 subdivideBeams, and beams are subdivided at beat positions (as
7 specified in beat length)
8 " }
9
10 \relative{ b'32^"default"[ a g f c' b a g f e d' c b a g f ]
11                \set subdivideBeams = ##t
12                b32^"subdivision enabled"[ a g f c' b a g f e d' c b a g f ] 
13                \set Score.beatLength = #(ly:make-moment 1 8)
14                b32^"beatLength 1 8"[ a g f c' b a g f e d' c b a g f ]
15                \set Score.beatLength = #(ly:make-moment 1 16)
16                b32^"beatLength 1 16"[ a g f c' b a g f e d' c b a g f ]
17     }
18