]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-x-align.ly
Midi: Map voices to tracks in MIDI output.
[lilypond.git] / input / regression / instrument-name-x-align.ly
index f2ae327906e190abe325f80a8474bb56a97b7eb0..7fb981f95e7f5b9beacfd2b632e942bea105d50c 100644 (file)
@@ -2,13 +2,13 @@
 
   texidoc = "Instrument names horizontal alignment is tweaked by
 changing the @code{Staff.Instrument #'self-alignment-X} property.  The
-@code{\layout} variables @code{indent} and @code{short-indent} define
+@code{\\layout} variables @code{indent} and @code{short-indent} define
 the space where the instrument names are aligned before the first and
 the following systems, respectively."
 
 }
 
-\version "2.11.51"
+\version "2.12.0"
 \paper { left-margin = 3\cm }
 \score {
   \new StaffGroup <<
@@ -22,7 +22,7 @@ the following systems, respectively."
     }
     \new Staff {
       \override Staff . InstrumentName #'self-alignment-X = #CENTER
-      \set Staff . instrumentName = \markup \center-align {
+      \set Staff . instrumentName = \markup \center-column {
        "Centered" "instrument name"
       }
       \set Staff . shortInstrumentName = "Centered"