]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/flags-straight-stockhausen-boulez.ly
Run update-with-convert-ly, and run convert-ly manually on scm/*.scm
[lilypond.git] / input / regression / flags-straight-stockhausen-boulez.ly
index 3190abd2fd69e14f2002d56c6ed99d9d72d4f9bb..c88d39e26ec12b0a57a45ea7f04742149f6a1f28 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.15.18"
 
 \header {
 texidoc = "Flags can be drawn straight in the style used by
@@ -10,7 +10,7 @@ Stockhausen and Boulez.
 stemLength = #(define-music-function (parser location length) (number?)
   "Set the length of the next stem explicitly."
   #{
-    \once \override Stem #'length-fraction = #$length
+    \once \override Stem #'length-fraction = #length
   #}
 )