]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/make-relative-copies.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / make-relative-copies.ly
index 0947e72eacab650b23dde3aae590ca18fa5a5a67..7f28075f9a358abfb53e9092519605fd99e71793 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.97"
+\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 #}))