]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/advanced-notation.itely (Instrument names):
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Mon, 15 Aug 2005 13:51:31 +0000 (13:51 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Mon, 15 Aug 2005 13:51:31 +0000 (13:51 +0000)
Document a workaround for instrument names that collide with
system start braces/brackets.

ChangeLog
Documentation/user/advanced-notation.itely

index e02dced8164461e77c014ac259d406f126c27070..e6b4b22c5280e61075e2510965662f02f5218518 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +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.
+
 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * input/proportional.ly: use #'used property. Set break-overshoot property.
index 235909794e36c8786767a3f4db88fa3828a06de6..8860dc44fc3d40b8a7337a19a6c08110def6fb84 100644 (file)
@@ -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