]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/advanced-notation.itely (Instrument names):
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Tue, 16 May 2006 13:18:40 +0000 (13:18 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Tue, 16 May 2006 13:18:40 +0000 (13:18 +0000)
Modified obsolete instruction on how to move instrument names away
from the staves. Hmm, at second thought the bug probably has been
solved, so the full bug description should probably be removed.

ChangeLog
Documentation/user/advanced-notation.itely

index 87bd1a7f0242f9c20b5177513978f5cfc9166e4b..9788dca989afc8c3f0ae881115adda0121f0e9bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/advanced-notation.itely (Instrument names):
+       Modified obsolete instruction on how to move instrument names away
+       from the staves. Hmm, at second thought the bug probably has been
+       solved, so the full bug description should probably be removed.
+
 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * lily/context.cc (internal_send_stream_event): thinko fix.
index 959cfd1811ff72f1e95422a8c2bc0638b8c154ce..5de55b6410d7dee8ad102812916647359ddd84f2 100644 (file)
@@ -994,8 +994,7 @@ 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))
+\override Score.InstrumentName #'padding = #2.0
 @end example