]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-stemlet-whole.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / stem-stemlet-whole.ly
index ba69bf2c310d641c43ffa05ba664ded25bfe4020..2faa2de0d257cf829a6249d156b18993531486e8 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.17.6"
 \header {
   texidoc = "Stemlets don't cause stems on whole notes."
 } 
@@ -6,6 +6,6 @@
 \paper{ ragged-right=##t }
 
 {
-  \override Stem #'stemlet-length = #0.5
+  \override Stem.stemlet-length = #0.5
   c''1
 }