X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-length-estimation.ly;h=797fe160dd7baa5d11eb2e58f4be8cccaac02aee;hb=f417a6007e951fda4f1fb5fd3da0ecd1d25cec2f;hp=18697f726b6a3a2b5b04ec2d971f528000481966;hpb=34ac220bcc5b69864a2eb0d99dac8530014623e7;p=lilypond.git diff --git a/input/regression/stem-length-estimation.ly b/input/regression/stem-length-estimation.ly index 18697f726b..797fe160dd 100644 --- a/input/regression/stem-length-estimation.ly +++ b/input/regression/stem-length-estimation.ly @@ -1,8 +1,9 @@ -\version "2.13.36" +\version "2.14.0" \header { - texidoc = "Stems with overridden 'length should not confuse height estimation. -This example should fit snugly on one page. + texidoc = "Stems with overridden 'Y-extent should +not confuse height estimation. This example should fit snugly +on one page. " } @@ -16,6 +17,7 @@ This example should fit snugly on one page. \paper { #(set-paper-size "a6") tagline = ##f + indent = #0 system-system-spacing = #'((padding . 1.2)) oddHeaderMarkup = \markup \on-the-fly #assert-single-page \null } @@ -24,7 +26,7 @@ This example should fit snugly on one page. \score { \new Voice { \voiceTwo - \override Stem #'length = #0 + \override Stem #'Y-extent = #'(0.0 . 0.0) \repeat unfold 144 a4 } \layout {