]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/specifying-context-with-beatgrouping.ly
Doc-fr: fretted-strings and associated texidocs headers
[lilypond.git] / input / lsr / specifying-context-with-beatgrouping.ly
index 884f0824b200f4622453ff75809b0279c8e35c20..1abd1db2710b748fffd37e9694d3fc4b48cdc159 100644 (file)
@@ -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
       }
     }