]> 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 621f2195ca627cb89693d35385e4a92df4582a16..1abd1db2710b748fffd37e9694d3fc4b48cdc159 100644 (file)
@@ -17,7 +17,7 @@ altos:
 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.  The
-@code{\set} commands must be placed @emph{after} all @code{\time}
+@code{\\set} commands must be placed @emph{after} all @code{\\time}
 commands:
 "
   doctitle = "Specifying context with beatGrouping"
@@ -36,7 +36,7 @@ commands:
     \new Voice {
       \relative c' {
         \voiceTwo
-        \set Voice.beatGrouping = #'(1 3 3)
+        \set beatGrouping = #'(1 3 3)
         f8 f f f f f f
       }
     }