]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxiliar/update-with-convert-ly.sh
authorDavid Kastrup <dak@gnu.org>
Sun, 1 Dec 2013 11:58:15 +0000 (12:58 +0100)
committerDavid Kastrup <dak@gnu.org>
Sun, 8 Dec 2013 08:32:52 +0000 (09:32 +0100)
input/regression/make-relative.ly

index 706bdb9adc3aec8508d29fa938f06931ecef5d2f..362a283fcd86f23824db466bb0c2c2cada645d4a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.11"
+\version "2.17.97"
 \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 } |