X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmusic-function-string-markup.ly;h=3734dae696a0ee31047775c45d03c2bf2f93c3de;hb=3af0951f9a11677240efa6228683dd4fcea13eaf;hp=7c584e0f239b0f8044ba3523b5a2a8590e2fe2cb;hpb=652ed35a2013489d0a14fede6307cd2595abb2c4;p=lilypond.git diff --git a/input/regression/music-function-string-markup.ly b/input/regression/music-function-string-markup.ly index 7c584e0f23..3734dae696 100644 --- a/input/regression/music-function-string-markup.ly +++ b/input/regression/music-function-string-markup.ly @@ -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)