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