X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fmake-relative-copies.ly;h=7f28075f9a358abfb53e9092519605fd99e71793;hb=cb04c4c790e5ad83a03b3761421db17a72aeae61;hp=926de581b916c9b11c4d5d522b7d1e78720a6e69;hpb=7a0882f02557bb98db298db6226f8b3de93be855;p=lilypond.git diff --git a/input/regression/make-relative-copies.ly b/input/regression/make-relative-copies.ly index 926de581b9..7f28075f9a 100644 --- a/input/regression/make-relative-copies.ly +++ b/input/regression/make-relative-copies.ly @@ -1,4 +1,4 @@ -\version "2.18.0" +\version "2.19.22" \header { texidoc = "@code{make-relative} has to copy its argument expressions @@ -14,7 +14,7 @@ identical." } reltranspose = -#(define-music-function (parser location from to music) +#(define-music-function (from to music) (ly:pitch? ly:pitch? ly:music?) (make-relative (music) music #{ \transpose #from #to $music #}))