X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Falignment-vertical-manual-setting.ly;h=036a26419e1e17b9eb0321af95478c6faeb2e248;hb=f7c157b6f11662c49e7355901a1e87704fbb3230;hp=1448acf835dabaca883b5a3932cc512db642e518;hpb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;p=lilypond.git diff --git a/input/regression/alignment-vertical-manual-setting.ly b/input/regression/alignment-vertical-manual-setting.ly index 1448acf835..036a26419e 100644 --- a/input/regression/alignment-vertical-manual-setting.ly +++ b/input/regression/alignment-vertical-manual-setting.ly @@ -6,27 +6,24 @@ } -\version "2.14.0" +\version "2.19.21" \book { \score { - \relative c'' \new StaffGroup << - \new Staff { c1 c c c } + \relative \new StaffGroup << + \new Staff { c''1 c c c } \new Staff { c c c c } \new Staff { \overrideProperty - #"Score.NonMusicalPaperColumn" - #'line-break-system-details + Score.NonMusicalPaperColumn.line-break-system-details #'((alignment-distances . (#f 20))) c1 \break \overrideProperty - #"Score.NonMusicalPaperColumn" - #'line-break-system-details + Score.NonMusicalPaperColumn.line-break-system-details #'((alignment-distances . (5 15))) c1 \break \overrideProperty - #"Score.NonMusicalPaperColumn" - #'line-break-system-details + Score.NonMusicalPaperColumn.line-break-system-details #'((alignment-distances . (15 5))) c1 c }