X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsystem-extents.ly;h=47b183e5f5cda1239d141bc56830098f1091bec3;hb=fe2e679d876eba72077a9ced1b918ad330e79bb4;hp=0320505a47fb3a1a04457b68573a20f95b7e65d2;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/system-extents.ly b/input/regression/system-extents.ly index 0320505a47..47b183e5f5 100644 --- a/input/regression/system-extents.ly +++ b/input/regression/system-extents.ly @@ -1,23 +1,24 @@ -\version "1.9.2" +\version "2.14.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) }