X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Finstrument-name-x-align.ly;h=7a03f5f3452da10056b8398b123e1c084308e2d1;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=bfdd50f02e8f4a441c914398cc6d7f65ced0612f;hpb=975e6b08be391034ae6c8eec8669cbcedc266df9;p=lilypond.git diff --git a/input/regression/instrument-name-x-align.ly b/input/regression/instrument-name-x-align.ly index bfdd50f02e..7a03f5f345 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.39" +\version "2.14.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"