X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fsystem-extents.ly;h=4ff06b03857b8387cb59236a3337dae075d8e726;hb=1dbeded5626ac18a0e3ca98c0ed9aaeef4e5c4d0;hp=09a26cc18aab4e7596060816c8aaf8f30f05b02a;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/system-extents.ly b/input/regression/system-extents.ly index 09a26cc18a..4ff06b0385 100644 --- a/input/regression/system-extents.ly +++ b/input/regression/system-extents.ly @@ -1,23 +1,24 @@ -\version "1.7.18" +\version "2.12.0" \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 -{ \property Staff.minimumVerticalExtent \unset - \slurDown c4 ( g4 c''4-) +\layout { + \context { + \Score + \override System #'stencil = #box-grob-stencil + } } - \paper { - \translator { - \ScoreContext - System \override #'molecule-callback = #box-grob-molecule - } - } +\new Voice +{ + \unset Staff.minimumVerticalExtent + \override Score.RehearsalMark #'font-size = #20 + + \slurDown c4 ( g4 c''4) }