]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-length-estimation.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / stem-length-estimation.ly
index 4cfc89d7f6569687b97cc599aa97cfc97985918c..4a206696a9165ce7b0eba4ff4b91015fd59f8a8a 100644 (file)
@@ -1,8 +1,9 @@
-\version "2.13.36"
+\version "2.17.6"
 
 \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.
 "
 }
 
@@ -25,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 {