]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/specifying-context-with-beatgrouping.ly
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond into ralph
[lilypond.git] / input / lsr / specifying-context-with-beatgrouping.ly
index 7bcb9580c5c5dcac4c885a32d2632b7161ebca07..1abd1db2710b748fffd37e9694d3fc4b48cdc159 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.62"
+\version "2.12.0"
 
 \header {
   texidoces = "
@@ -16,7 +16,9 @@ altos:
   texidoc = "
 By specifying the context, the effect of @code{beatGrouping} can be
 limited to the context specified, and the values which may have
-been set in higher-level contexts can be overridden:
+been set in higher-level contexts can be overridden.  The
+@code{\\set} commands must be placed @emph{after} all @code{\\time}
+commands:
 "
   doctitle = "Specifying context with beatGrouping"
 } % begin verbatim
@@ -34,7 +36,7 @@ been set in higher-level contexts can be overridden:
     \new Voice {
       \relative c' {
         \voiceTwo
-        \set Voice.beatGrouping = #'(1 3 3)
+        \set beatGrouping = #'(1 3 3)
         f8 f f f f f f
       }
     }