From: matsb Date: Mon, 15 Aug 2005 13:51:31 +0000 (+0000) Subject: * Documentation/user/advanced-notation.itely (Instrument names): X-Git-Tag: release/2.6.4~17^2~83 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=af69fb8b069b887ae8bc60679d8c913388fa4098;p=lilypond.git * Documentation/user/advanced-notation.itely (Instrument names): Document a workaround for instrument names that collide with system start braces/brackets. --- diff --git a/ChangeLog b/ChangeLog index e02dced816..e6b4b22c52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-15 Mats Bengtsson + + * Documentation/user/advanced-notation.itely (Instrument names): + Document a workaround for instrument names that collide with + system start braces/brackets. + 2005-08-15 Han-Wen Nienhuys * input/proportional.ly: use #'used property. Set break-overshoot property. diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 235909794e..8860dc44fc 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -884,8 +884,10 @@ Program reference: @internalsref{InstrumentName}. @refbugs When you put a name on a grand staff or piano staff, the width of the -brace is not taken into account. You must add extra spaces to the end of -the name to avoid a collision. +brace is not taken into account. The following property setting can be +used to move the instrument names to the left, in such situations. +@example +\override Score.InstrumentName #'space-alist = #'((left-edge extra-space . 2.0))@end example @node Instrument transpositions