From: Graham Percival Date: Thu, 18 Aug 2005 10:54:13 +0000 (+0000) Subject: Add info about centering instrument names. X-Git-Tag: release/2.7.6~23 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dc599e01069a25d8d634659008ca9b9050fe26dd;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.