X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-on-nonstandard-staff.ly;h=4e8a039e2af1da057ba1a747b29f88255feb12f9;hb=HEAD;hp=f81aebdfbcbe5efcf83b0b689d12177e973086af;hpb=9ef93a7de18000749c30b541f618379bc292aae0;p=lilypond.git diff --git a/input/regression/rest-on-nonstandard-staff.ly b/input/regression/rest-on-nonstandard-staff.ly index f81aebdfbc..4e8a039e2a 100644 --- a/input/regression/rest-on-nonstandard-staff.ly +++ b/input/regression/rest-on-nonstandard-staff.ly @@ -1,4 +1,4 @@ -\version "2.15.18" +\version "2.17.6" \header { texidoc = "half rests should lie on a staff line, whole rests should hang @@ -42,17 +42,17 @@ mus = { } \new Staff { - \override Staff.StaffSymbol #'line-positions = #'(-4 -2 0 2) + \override Staff.StaffSymbol.line-positions = #'(-4 -2 0 2) \mus } \new Staff { - \override Staff.StaffSymbol #'line-count = #4 + \override Staff.StaffSymbol.line-count = #4 \mus } \new Staff { - \override Staff.StaffSymbol #'line-positions = #'(-4 -2 1 5) + \override Staff.StaffSymbol.line-positions = #'(-4 -2 1 5) \mus }