]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/music-function-string-markup.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / music-function-string-markup.ly
index 7c584e0f239b0f8044ba3523b5a2a8590e2fe2cb..3734dae696a0ee31047775c45d03c2bf2f93c3de 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.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)