]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-x-align.ly
Uses correct markup column commands to align text.
[lilypond.git] / 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"