]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/specifying-context-with-beatgrouping.ly
Remove unused folder input/new/revised/. (cherry picked from commit 4998e00067f678ea4...
[lilypond.git] / input / new / specifying-context-with-beatgrouping.ly
index f45d4f19042e62634e0851090bc0e9c74c5c0f1e..5744ba37ae1b306c5da9c3d5c6f9fd6f4dcf0d17 100644 (file)
@@ -5,7 +5,9 @@
   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"
 }
@@ -22,7 +24,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
       }
     }