X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsystem-extents.ly;h=df9cdd96da7859e36777209a471eea3beb5eea30;hb=dde9d4f6c50e55ac8f8c0386a3786d17e02ff755;hp=40081c2bcfdba9e34ecab79584a8be86318f04f7;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/system-extents.ly b/input/regression/system-extents.ly index 40081c2bcf..df9cdd96da 100644 --- a/input/regression/system-extents.ly +++ b/input/regression/system-extents.ly @@ -1,23 +1,23 @@ -\version "2.1.22" +\version "2.17.6" \header { - texidoc = "LilyPond correctly determines the size of every - system. This includes postscript constructs such as slurs." + texidoc = "The size of every system is correctly determined; this + includes postscript constructs such as slurs." } -\score { \notes -\context Voice -{ \unset Staff.minimumVerticalExtent - \slurDown c4 ( g4 c''4) +\layout { + \context { + \Score + \override System.stencil = #box-grob-stencil + } } - \paper { - \translator { - \ScoreContext - System \override #'print-function = #box-grob-stencil - } - } +\new Voice +{ + \override Score.RehearsalMark.font-size = #20 + + \slurDown c4 ( g4 c''4) }