]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/subdividing-beams.ly
Adjust beam subdivision to only occur at baseMoment
[lilypond.git] / Documentation / snippets / subdividing-beams.ly
index e7080e65a5898334dc02a278699e15a53336c13d..bec7e757eab728830a6e0bd10fc5865b06ca64ef 100644 (file)
@@ -1,10 +1,11 @@
-%% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
-%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
-%% and then run scripts/auxiliar/makelsr.py
-%%
-%% This file is in the public domain.
-\version "2.17.11"
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.18.0
+\version "2.18.0"
 
 \header {
   lsrtags = "rhythms"
@@ -16,7 +17,8 @@ entire groups of notes.  This behavior can be modified to subdivide the
 beams into sub-groups by setting the property @code{subdivideBeams}.
 When set, multiple beams will be subdivided at intervals defined by the
 current value of @code{baseMoment} by reducing the multiple beams to
-just one beam between the sub-groups. Note that @code{baseMoment}
+the number of beams that indicates the length of the sub-group.
+Note that @code{baseMoment}
 defaults to one over the denominator of the current time signature if
 not set explicitly. It must be set to a fraction giving the duration of
 the beam sub-group using the @code{ly:make-moment} function, as shown
@@ -42,4 +44,4 @@ in this snippet. Also, when @code{baseMoment} is changed,
   \set baseMoment = #(ly:make-moment 1/16)
   \set beatStructure = #'(4 4 4 4)
   c32[ c c c c c c c]
-}
+} % begin verbatim