X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsystem-extents.ly;h=fc6f4c2b9a476f6dcdcffd3348ee894e3d2d0a61;hb=c1ea7b13aea6297018375ed3571753a6c36714ab;hp=808dd9d6537777a62251b4f3bc0c98704145bc5c;hpb=8842378bd0fed31bb365c1c8042519df06d14b9a;p=lilypond.git diff --git a/input/regression/system-extents.ly b/input/regression/system-extents.ly index 808dd9d653..fc6f4c2b9a 100644 --- a/input/regression/system-extents.ly +++ b/input/regression/system-extents.ly @@ -1,4 +1,4 @@ -\version "2.1.29" +\version "2.10.0" \header { texidoc = "The size of every system is correctly determined; this @@ -6,18 +6,19 @@ } -\score { \notes -\context Voice -{ \unset Staff.minimumVerticalExtent - \slurDown c4 ( g4 c''4) +\layout { + \context { + \Score + \override System #'stencil = #box-grob-stencil + } } - \paper { - \context { - \ScoreContext - \override System #'print-function = #box-grob-stencil - } - } +\new Voice +{ + \unset Staff.minimumVerticalExtent + \override Score.RehearsalMark #'font-size = #20 + + \slurDown c4 ( g4 c''4) }