X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Finstrument-name-x-align.ly;h=7fb981f95e7f5b9beacfd2b632e942bea105d50c;hb=2d77097febec5553176836dd3db6c43833c7ab6a;hp=f2ae327906e190abe325f80a8474bb56a97b7eb0;hpb=edf17353d89f4f6bd831466262402bb9151a26ca;p=lilypond.git diff --git a/input/regression/instrument-name-x-align.ly b/input/regression/instrument-name-x-align.ly index f2ae327906..7fb981f95e 100644 --- a/input/regression/instrument-name-x-align.ly +++ b/input/regression/instrument-name-x-align.ly @@ -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"