]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-length-estimation.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / input / regression / stem-length-estimation.ly
index 18697f726b6a3a2b5b04ec2d971f528000481966..d7c50ba466a8cfa3a8af38804aa317fa201e2420 100644 (file)
@@ -1,8 +1,9 @@
-\version "2.13.36"
+\version "2.16.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 {