X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-on-nonstandard-staff.ly;h=4e8a039e2af1da057ba1a747b29f88255feb12f9;hb=7975e9693bbb16fd4417d7fd5017c0b31f2f2ad1;hp=4870f578cfc0df64c293991a4329240025f6d03d;hpb=743f0d4b067e76d591487f085240a7ff9ace85a7;p=lilypond.git diff --git a/input/regression/rest-on-nonstandard-staff.ly b/input/regression/rest-on-nonstandard-staff.ly index 4870f578cf..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,22 @@ 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 + } + + \new Staff { + \stopStaff \mus } >>