]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/advanced-notation.itely (Instrument names):
authormatsb <matsb>
Mon, 15 Aug 2005 14:04:56 +0000 (14:04 +0000)
committermatsb <matsb>
Mon, 15 Aug 2005 14:04:56 +0000 (14:04 +0000)
Document a workaround for instrument names that collide with
system start braces/brackets.

ChangeLog
Documentation/user/advanced-notation.itely

index 00f868470ea68812a758e9350e621a61e00b7fce..d6d47d43e14368fa500c834a9196c43ae8d49acc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
+       * 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. 
index 21774cba711bd22e1e117fbebb7fd9dbdbd023b8..674be75b44a5dcd474fb2619a7afa85da19406dd 100644 (file)
@@ -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