]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / tie-chord.ly
index d6035a0ea61c3256b332e8a8eebef11c9f386780..2688680580f5d32c7bcb9baddc8f84cc05dbf9cf 100644 (file)
@@ -13,17 +13,17 @@ each system.  "
 
 }
 
-\version "2.7.13"
+\version "2.12.0"
 
 \paper {
   indent = #0.0
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 
 
 generateTiePattern
-= #(def-music-function (parser location is-long chords) (boolean? ly:music?)
+= #(define-music-function (parser location is-long chords) (boolean? ly:music?)
 
     "
 
@@ -71,7 +71,7 @@ baseChords =
   <a b e f>
   <a c d f>
   <a c e f>
-  <f a e f>
+  <f a e' f>
   <c e f a> 
   <c e g a>
   <f b e a>