]> git.donarmstrong.com Git - lilypond.git/commitdiff
Uses correct markup column commands to align text.
authorMike Solomon <mike@apollinemike.com>
Fri, 29 Mar 2013 04:54:34 +0000 (05:54 +0100)
committerMike Solomon <mike@apollinemike.com>
Fri, 29 Mar 2013 04:54:34 +0000 (05:54 +0100)
input/regression/instrument-name-x-align.ly

index 9516a517c4337f2f0451531896c3ba39bc36db03..68d030ad856e51de1686e2ad73eedbf91a19d8a3 100644 (file)
@@ -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"