CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Graham Percival <[EMAIL PROTECTED]>     05/08/18 10:54:13

Modified files:
        Documentation/user: advanced-notation.itely 

Log message:
        Add info about centering instrument names.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/advanced-notation.itely.diff?tr1=1.50&tr2=1.51&r1=text&r2=text

Patches:
Index: lilypond/Documentation/user/advanced-notation.itely
diff -u lilypond/Documentation/user/advanced-notation.itely:1.50 
lilypond/Documentation/user/advanced-notation.itely:1.51
--- lilypond/Documentation/user/advanced-notation.itely:1.50    Wed Aug 17 
08:13:28 2005
+++ lilypond/Documentation/user/advanced-notation.itely Thu Aug 18 10:54:13 2005
@@ -879,6 +879,24 @@
 c''1
 @end lilypond
 
+If you wish to center the instrument names, you must center all of them
+
[EMAIL PROTECTED],verbatim,raggedright]
+{ <<
+\new Staff {
+  \set Staff.instrument = \markup {
+    \center-align { "Clarinetti"
+      \line { "in B" \smaller \flat } } }
+  c''1
+}
+\new Staff {
+  \set Staff.instrument = \markup{ \center-align { Vibraphone }}
+  c''1
+}
+>>
+}
[EMAIL PROTECTED] lilypond
+
 For longer instrument names, it may be useful to increase the
 @code{indent} setting in the @code{\layout} block.
 


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to