From: Mike Solomon Date: Fri, 29 Mar 2013 04:54:34 +0000 (+0100) Subject: Uses correct markup column commands to align text. X-Git-Tag: release/2.17.15-1~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8a35d5d2e856fa07c42c626ae7966c69dde61fdb;p=lilypond.git Uses correct markup column commands to align text. --- diff --git a/input/regression/instrument-name-x-align.ly b/input/regression/instrument-name-x-align.ly index 9516a517c4..68d030ad85 100644 --- a/input/regression/instrument-name-x-align.ly +++ b/input/regression/instrument-name-x-align.ly @@ -14,7 +14,7 @@ the following systems, respectively." \new StaffGroup << \new Staff { \override Staff.InstrumentName.self-alignment-X = #LEFT - \set Staff . instrumentName = \markup \column { + \set Staff . instrumentName = \markup \left-column { "Left aligned" "instrument name" } \set Staff . shortInstrumentName = "Left" @@ -30,7 +30,7 @@ the following systems, respectively." } \new Staff { \override Staff.InstrumentName.self-alignment-X = #RIGHT - \set Staff . instrumentName = \markup \column \right-align { + \set Staff . instrumentName = \markup \right-column { "Right aligned" "instrument name" } \set Staff . shortInstrumentName = "Right"