From dc01311a44411bb455955a2249918c1d52b532a2 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 27 Dec 2006 09:47:24 -0800 Subject: [PATCH] Added info from NEWS. --- Documentation/user/advanced-notation.itely | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.39.5