From: Graham Percival <graham@percival-music.ca> Date: Wed, 27 Dec 2006 17:47:24 +0000 (-0800) Subject: Added info from NEWS. X-Git-Tag: release/2.11.6-1~51^2~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dc01311a44411bb455955a2249918c1d52b532a2;p=lilypond.git Added info from NEWS. --- diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 30042de160..9220745507 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -1051,6 +1051,19 @@ be added to that context. More information about adding and removing engravers can be found in @ref{Modifying context plug-ins}. +Instrument names may be changed in the middle of a piece, + +@lilypond[quote,fragment,verbatim,ragged-right] +\set Staff.instrumentName = "First" +\set Staff.shortInstrumentName = "one" +c1 c c c \break +c1 c c c \break +\set Staff.instrumentName = "Second" +\set Staff.shortInstrumentName = "two" +c1 c c c \break +c1 c c c \break +@end lilypond + @seealso