]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: NR 1.2.4 Beams: beatGrouping
authorTrevor Daniels <t.daniels@treda.co.uk>
Fri, 26 Dec 2008 08:40:54 +0000 (08:40 +0000)
committerTrevor Daniels <t.daniels@treda.co.uk>
Fri, 26 Dec 2008 08:40:54 +0000 (08:40 +0000)
 - \set commands must be placed after \time commands

Documentation/user/rhythms.itely
input/new/specifying-context-with-beatgrouping.ly

index 47b83a282f439454ac06a4e10349d20d60fa2d96..7e84e74d16858929c6013ca05f6fe59ea285b085 100644 (file)
@@ -1453,7 +1453,9 @@ particular beam in the time signature in use, its beaming is
 controlled by three context properties:
 @code{measureLength}, @code{beatLength} and @code{beatGrouping}.
 These properties may be set in the @code{Score}, @code{Staff} or
-@code{Voice} contexts to delimit their scope.
+@code{Voice} contexts to delimit their scope.  The default values
+are set while processing @code{\time} commands, so the @code{\set}
+commands must be placed after all @code{\time} commands.
 
 These determine the beaming as follows:
 
index f45d4f19042e62634e0851090bc0e9c74c5c0f1e..71ef3530c70577a1fd292fe29c49295cc94afd19 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"
 }