From: matsb Date: Mon, 15 Aug 2005 14:04:56 +0000 (+0000) Subject: * Documentation/user/advanced-notation.itely (Instrument names): X-Git-Tag: release/2.6.4~19 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ed599b4535ef05dbac320c84150c0673b5e35170;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 00f868470e..d6d47d43e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +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. + * scm/framework-ps.scm (output-framework): Yet another backport-bugfix: remove the call to paper-book-write-midis, which would otherwise require a more substantial backport. diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 21774cba71..674be75b44 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -851,8 +851,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