]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/make-relative-copies.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / make-relative-copies.ly
index 93c9fe9c8e11ce20c0568d9aa2f5f4c7cba07aae..7f28075f9a358abfb53e9092519605fd99e71793 100644 (file)
@@ -1,3 +1,5 @@
+\version "2.19.22"
+
 \header {
   texidoc = "@code{make-relative} has to copy its argument expressions
 in case the generated music expression is getting copied and modified.
@@ -12,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 #}))