X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmake-relative-copies.ly;h=7f28075f9a358abfb53e9092519605fd99e71793;hb=e6207bad4b2148e2c99ff66c2593ab5cf0b21f4e;hp=93c9fe9c8e11ce20c0568d9aa2f5f4c7cba07aae;hpb=8848da24e00c75d7de626b2ecc409fb45e87ce4a;p=lilypond.git diff --git a/input/regression/make-relative-copies.ly b/input/regression/make-relative-copies.ly index 93c9fe9c8e..7f28075f9a 100644 --- a/input/regression/make-relative-copies.ly +++ b/input/regression/make-relative-copies.ly @@ -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 #}))