X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsystem-extents.ly;h=dc7ee178b577b977cfbf3d93642509890f18edc2;hb=c716d431c90522b94573dccddae902c1a2714152;hp=315f942cbae12075d3af1aa716c2a7ec694bd437;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/system-extents.ly b/input/regression/system-extents.ly index 315f942cba..dc7ee178b5 100644 --- a/input/regression/system-extents.ly +++ b/input/regression/system-extents.ly @@ -1,4 +1,4 @@ -\version "2.2.0" +\version "2.7.32" \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) }