X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fsubdividing-beams.ly;h=bec7e757eab728830a6e0bd10fc5865b06ca64ef;hb=0382ed88;hp=e7080e65a5898334dc02a278699e15a53336c13d;hpb=b0434fc1950930130ab67c8a61d37e8579c7ac73;p=lilypond.git diff --git a/Documentation/snippets/subdividing-beams.ly b/Documentation/snippets/subdividing-beams.ly index e7080e65a5..bec7e757ea 100644 --- a/Documentation/snippets/subdividing-beams.ly +++ b/Documentation/snippets/subdividing-beams.ly @@ -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