]> git.donarmstrong.com Git - lilypond.git/commitdiff
Bug fix in the example of manual staff switches.
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 8 Dec 2006 18:45:24 +0000 (19:45 +0100)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 8 Dec 2006 18:45:24 +0000 (19:45 +0100)
Documentation/user/instrument-notation.itely

index 8a2c974c6f3df97318635354f39c6ffde54fdd9f..42e4348cc61d112f6be43395cce00eb8eb49b551 100644 (file)
@@ -148,7 +148,7 @@ usually the setup for a score will start with a setup of the staves,
 and the @context{Voice} is inserted afterwards
 
 @example
-\new Staff = down
+\context Staff = down
   \new Voice @{ @dots{} \change Staff = up @dots{} @}
 @end example