From: gpercival Date: Thu, 18 Aug 2005 10:54:13 +0000 (+0000) Subject: Add info about centering instrument names. X-Git-Tag: release/2.6.4~17^2~52 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=be2c4295616d7bd040a15aa6b236c428866a5ca9;p=lilypond.git Add info about centering instrument names. --- 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.