X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmake-relative.ly;h=ee458b57a7131f9ac1ed7039e77a2d8390527c05;hb=7271ef0cd2204b490c64abc1f77dc2609d81451f;hp=0cf3ef1184eb5a7162c4a776d8f2295338511da0;hpb=be72b961ab5c4f6ade95e962c872babf7b0338a0;p=lilypond.git diff --git a/input/regression/make-relative.ly b/input/regression/make-relative.ly index 0cf3ef1184..ee458b57a7 100644 --- a/input/regression/make-relative.ly +++ b/input/regression/make-relative.ly @@ -1,4 +1,4 @@ -\version "2.19.20" +\version "2.19.22" \header { texidoc = "@code{make-relative} is a Scheme utility macro mainly @@ -14,7 +14,7 @@ The fragment should appear identical in both cases." \layout { ragged-right= ##t } ph = -#(define-music-function (parser location p1 p2 p3 p4 p5) +#(define-music-function (p1 p2 p3 p4 p5) (ly:pitch? ly:pitch? ly:pitch? ly:pitch? ly:pitch?) (make-relative (p1 p2 p3 p4 p5) (make-event-chord (list p1 p2 p3 p4 p5)) #{