]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/music-function-string-markup.ly
Issue 4422/5: Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / music-function-string-markup.ly
index 849539ad8f9c7c03cf71d069a30b48966631b6c9..3734dae696a0ee31047775c45d03c2bf2f93c3de 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.22"
 
 \header {
   texidoc = "Music functions accept strings as markup arguments
@@ -7,7 +7,7 @@ when using the type predicate @code{markup?}
 }
 
 testFunc =
-#(define-music-function (parser location text music) (markup? ly:music?)
+#(define-music-function (text music) (markup? ly:music?)
    ;; dummy function, does nothing
    music)