X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Frepeat-sign-layout-size.ly;h=73d267d362de89f550e58a7b691ca3b71d4558ef;hb=01df8ad908c92687d0c352e5ad5f067e52809423;hp=0856984dd7a262304978909f9853f4058338c63b;hpb=022af0522a3409299d908365b679a6df71f93b4f;p=lilypond.git diff --git a/input/regression/repeat-sign-layout-size.ly b/input/regression/repeat-sign-layout-size.ly index 0856984dd7..73d267d362 100644 --- a/input/regression/repeat-sign-layout-size.ly +++ b/input/regression/repeat-sign-layout-size.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.17.6" \header { texidoc = "The two dots of a repeat sign should be symmetric to the staff centre and avoid staff lines even for exotic staves. @@ -8,19 +8,19 @@ Test layout-set-staff-size." \score { << \context Staff = "s1" \with { - \override StaffSymbol #'staff-space = #0.3 + \override StaffSymbol.staff-space = #0.3 } { - s1 \bar ":|" + s1 \bar ":|." } \context Staff = "s2" \with { - \override StaffSymbol #'staff-space = #0.5 + \override StaffSymbol.staff-space = #0.5 } { - s1 \bar ":|" + s1 \bar ":|." } \context Staff = "s3" { - s1 \bar ":|" + s1 \bar ":|." } >> @@ -33,19 +33,19 @@ Test layout-set-staff-size." { << \context Staff = "s1" \with { - \override StaffSymbol #'staff-space = #0.5 + \override StaffSymbol.staff-space = #0.5 } { - s1 \bar ":|" + s1 \bar ":|." } \context Staff = "s2" \with { - \override StaffSymbol #'staff-space = #0.6 + \override StaffSymbol.staff-space = #0.6 } { - s1 \bar ":|" + s1 \bar ":|." } \context Staff = "s3" { - s1 \bar ":|" + s1 \bar ":|." } >> }