]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord.ly
Merge branch 'master' into translation
[lilypond.git] / input / regression / tie-chord.ly
index af3ec740a9c0f26e4216f6fd72f1c9d11b78ab5a..f867e54613beb3128b401c12b8611e5ac9778d18 100644 (file)
@@ -11,7 +11,7 @@ each system."
 
 }
 
-\version "2.16.0"
+\version "2.19.22"
 
 \paper {
   indent = #0.0
@@ -21,7 +21,7 @@ each system."
 
 
 generateTiePattern
-= #(define-music-function (parser location is-long chords) (boolean? ly:music?)
+= #(define-music-function (is-long chords) (boolean? ly:music?)
 
     "
 
@@ -61,8 +61,8 @@ translate x y z to x~x y~y z~z
 baseChords =
 \applyMusic #(lambda (mus)
              (ly:music-property mus 'element))
-\relative c'' {
-  <c e>  
+\relative {
+  <c'' e>  
   <b c e>
   <a c e>
   <a b e>