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.
9 Beams can be subdivided automatically. By setting the property
10 @code{subdivideBeams}, beams are subdivided at beat positions (as
11 specified in @code{beatLength}).
14 doctitle
= "Automatic beam subdivisions"
17 \new Staff
\relative c'' {
20 \set subdivideBeams
= ##t
21 b32[ a g f c' b a g b^"subdivide beams" a g f c' b a g]
26 b32_"default"[ a g f c' b a g b a g f c' b a g]
28 \set beatLength
= #(ly
:make-moment
1 8)
29 b32^"beatLength 1 8"[ a g f c' b a g]
30 \set beatLength
= #(ly
:make-moment
1 16)
31 b32^"beatLength 1 16"[ a g f c' b a g]