From be2c4295616d7bd040a15aa6b236c428866a5ca9 Mon Sep 17 00:00:00 2001
From: gpercival <gpercival>
Date: Thu, 18 Aug 2005 10:54:13 +0000
Subject: [PATCH] Add info about centering instrument names.

---
 Documentation/user/advanced-notation.itely | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely
index 244b7cf8e0..478ecf79c6 100644
--- a/Documentation/user/advanced-notation.itely
+++ b/Documentation/user/advanced-notation.itely
@@ -879,6 +879,24 @@ names, for example
 c''1
 @end lilypond
 
+If you wish to center the instrument names, you must center all of them
+
+@lilypond[quote,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
+}
+>>
+}
+@end lilypond
+
 For longer instrument names, it may be useful to increase the
 @code{indent} setting in the @code{\layout} block.
 
-- 
2.39.5