]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-slope-stemlet.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-slope-stemlet.ly
index eeadbfd798205e64ced0f5d4825a0524027e67d9..0593907d1b248185419b128722324710c4b6372f 100644 (file)
@@ -6,7 +6,7 @@ as invisible stems."
 
 }
 
-\version "2.16.0"
+\version "2.17.6"
 
 \layout {
   ragged-right = ##t
@@ -15,7 +15,7 @@ as invisible stems."
 
 \relative c' {
   \times 2/3 {r8[ c' g']}
-  \override Stem #'stemlet-length = #0.5
+  \override Stem.stemlet-length = #0.5
   \times 2/3 {r8[ c, g']}
 }