]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-x-align.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / instrument-name-x-align.ly
index cbceec3d99a8c76f3b9cf49d0009f75c7b799504..68d030ad856e51de1686e2ad73eedbf91a19d8a3 100644 (file)
@@ -8,20 +8,20 @@ the following systems, respectively."
 
 }
 
-\version "2.16.0"
+\version "2.17.6"
 \paper { left-margin = 3\cm }
 \score {
   \new StaffGroup <<
     \new Staff {
-      \override Staff . InstrumentName #'self-alignment-X = #LEFT
-      \set Staff . instrumentName = \markup \column {
+      \override Staff.InstrumentName.self-alignment-X = #LEFT
+      \set Staff . instrumentName = \markup \left-column {
        "Left aligned" "instrument name"
       }
       \set Staff . shortInstrumentName = "Left"
       c''1 \break c''
     }
     \new Staff {
-      \override Staff . InstrumentName #'self-alignment-X = #CENTER
+      \override Staff.InstrumentName.self-alignment-X = #CENTER
       \set Staff . instrumentName = \markup \center-column {
        "Centered" "instrument name"
       }
@@ -29,8 +29,8 @@ the following systems, respectively."
       g'1 g'
     }
     \new Staff {
-      \override Staff . InstrumentName #'self-alignment-X = #RIGHT
-      \set Staff . instrumentName = \markup \column \right-align {
+      \override Staff.InstrumentName.self-alignment-X = #RIGHT
+      \set Staff . instrumentName = \markup \right-column {
        "Right aligned" "instrument name"
       }
       \set Staff . shortInstrumentName = "Right"