From dc599e01069a25d8d634659008ca9b9050fe26dd Mon Sep 17 00:00:00 2001 From: Graham Percival 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