X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsystem-extents.ly;h=7b5020bc1037484906e53b9047d7ff10a1cc4d7b;hb=26bb48ca73e9b8f4c0aeca0427eff8b7520b0731;hp=73f81acbd946e04895ca04495474b3173915da62;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/system-extents.ly b/input/regression/system-extents.ly index 73f81acbd9..7b5020bc10 100644 --- a/input/regression/system-extents.ly +++ b/input/regression/system-extents.ly @@ -1,23 +1,24 @@ -\version "1.7.16" +\version "2.4.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 #'print-function = #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) } -%% new-chords-done %% +