From: Mats Bengtsson Date: Fri, 8 Dec 2006 18:45:24 +0000 (+0100) Subject: Bug fix in the example of manual staff switches. X-Git-Tag: release/2.11.2-1~42^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8f43e0264a0212625bbdb808a5471bbec9bfd328;p=lilypond.git Bug fix in the example of manual staff switches. --- diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index 8a2c974c6f..42e4348cc6 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -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