From eec62a5ca1f101504466cb4ff55fc8a71d47b9fd Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 1 Dec 2013 12:58:15 +0100 Subject: [PATCH] Run scripts/auxiliar/update-with-convert-ly.sh --- input/regression/make-relative.ly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input/regression/make-relative.ly b/input/regression/make-relative.ly index 706bdb9adc..04bbed3900 100644 --- a/input/regression/make-relative.ly +++ b/input/regression/make-relative.ly @@ -1,4 +1,4 @@ -\version "2.17.11" +\version "2.19.0" \header { texidoc = "@code{make-relative} is a Scheme utility macro mainly @@ -16,7 +16,7 @@ The fragment should appear identical in both cases." ph = #(define-music-function (parser location p1 p2 p3 p4 p5) (ly:pitch? ly:pitch? ly:pitch? ly:pitch? ly:pitch?) - (make-relative (p1 p2 p3 p4 p5) p1 + (make-relative (p1 p2 p3 p4 p5) (make-event-chord (list p1 p2 p3 p4 p5)) #{ \repeat unfold 2 { $p1 2 } | \repeat unfold 2 { r16 $p2 8. ~ $p2 4 } | -- 2.39.5