]> git.donarmstrong.com Git - lilypond.git/commitdiff
Info about adding names to pianostaffs and other contexts, thanks Marcus!
authorGraham Percival <graham@percival-music.ca>
Wed, 4 Oct 2006 19:53:54 +0000 (19:53 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 4 Oct 2006 19:53:54 +0000 (19:53 +0000)
ChangeLog
Documentation/user/advanced-notation.itely
THANKS

index ae0c37a469e026fa990a59f15a06f77ea82534bd..83ebd684314add3a8c24858d88d031988933dd91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-04  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/advanced-notation.itely: added
+       info about instrument names for piano or other contexts,
+       thanks Marcus!
+
 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * mf/feta-bolletjes.mf (solfa_quarter_width): use
index f5802482a34600e18efbc0a7103e7c0007bc1f9f..c5a868393de9dd067cf30908638cd64fe678b5a0 100644 (file)
@@ -976,7 +976,9 @@ In an orchestral score, instrument names are printed at the left side
 of the staves.
 
 This can be achieved by setting @internalsref{Staff}.@code{instrument}
-and @internalsref{Staff}.@code{instr}.  This will print a string before
+and @internalsref{Staff}.@code{instr}, or
+@internalsref{PianoStaff}.@code{instrument} and
+@internalsref{PianoStaff}.@code{instr}.  This will print text before
 the start of the staff.  For the first staff, @code{instrument} is
 used, for the following ones, @code{instr} is used.
 
@@ -1035,6 +1037,20 @@ To center instrument names while leaving extra space to the right,
 >>
 @end lilypond
 
+To add instrument names to other contexts (such as @code{GrandStaff},
+@code{ChoirStaff}, or @code{StaffGroup}), the engraver must
+be added to that context.
+
+@example
+\layout@{
+  \context @{\GrandStaff \consists "Instrument_name_engraver"@}
+@}
+@end example
+
+@noindent
+More information about adding and removing engravers can
+be found in @ref{Modifying context plug-ins}.
+
 
 @seealso
 
diff --git a/THANKS b/THANKS
index 76c9dabfa1ed8da443b7e7704718747228e86627..f7b33a3ba1d84696efe3f6052ccb5a1b4b80efe3 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -72,6 +72,7 @@ Keith Packard
 Kieren MacMillan
 Lee T. Wilkirson
 Mark Dewey
+Marcus Macauley
 Markus Schneider
 Matti Aaltonen
 Michael Meixner