From: David Kastrup Date: Sun, 1 Dec 2013 11:58:15 +0000 (+0100) Subject: Run scripts/auxiliar/update-with-convert-ly.sh X-Git-Tag: release/2.19.0-1~115 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=eec62a5ca1f101504466cb4ff55fc8a71d47b9fd;p=lilypond.git Run scripts/auxiliar/update-with-convert-ly.sh --- 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 } |