X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fconducting-signs%2C-measure-grouping-signs.ly;h=3f047d25c9d26c69f3f49407a0597b5c502a5e6f;hb=5c14a087ca6cbd665fd631452b7b1283ba0387c3;hp=6beb1d7e077a781f99701e8bdb04b0bed3e3e1d3;hpb=70cc70f3a6183472b93fc4c2b4c60cc0375b6d64;p=lilypond.git diff --git a/input/lsr/conducting-signs,-measure-grouping-signs.ly b/input/lsr/conducting-signs,-measure-grouping-signs.ly index 6beb1d7e07..3f047d25c9 100644 --- a/input/lsr/conducting-signs,-measure-grouping-signs.ly +++ b/input/lsr/conducting-signs,-measure-grouping-signs.ly @@ -1,24 +1,31 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.35" +\version "2.11.62" \header { lsrtags = "rhythms" - texidoc = " + + texidoc = " The Scheme function @code{set-time-signature}, in combination with the -Measure grouping engraver, it will create MeasureGrouping signs. Such -signs ease reading rhythmically complex modern music. In the following -example, the 9/8 measure is subdivided in 2, 2, 2 and 3. This is -passed to @code{set-time-signature} as the third argument @code{(2 2 2 -3)} +@code{Measure_grouping_engraver}, creates measure grouping signs. Such +signs ease reading rhythmically complex modern music. In the following +example, the 9/8 measure is subdivided into 2, 2, 2 and 3 beats. This +is passed to @code{set-time-signature} as the third argument @code{(2 2 +2 3)}. + -" } -% begin verbatim +" + doctitle = "Conducting signs, measure grouping signs" +} % begin verbatim \score { \relative c'' { #(set-time-signature 9 8 '(2 2 2 3)) - g8[ g] d[ d] g[ g] a8[( bes g]) | + #(revert-auto-beam-setting '(end * * 9 8) 3 8) + #(override-auto-beam-setting '(end 1 8 9 8) 1 4) + #(override-auto-beam-setting '(end 1 8 9 8) 2 4) + #(override-auto-beam-setting '(end 1 8 9 8) 3 4) + g8 g d d g g a( bes g) | #(set-time-signature 5 8 '(3 2)) a4. g4 } @@ -29,4 +36,3 @@ passed to @code{set-time-signature} as the third argument @code{(2 2 2 } } } -