]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / tie-chord.ly
index 6ca08201cc3e96d0690ac5854b82ea7c6b4fba4e..1bea075b306962ecc9abf0e4852f9a1f7678e63c 100644 (file)
@@ -1,19 +1,17 @@
 \header {
 
-
   texidoc = "In chords, ties keep closer to the note head vertically,
-but never collide with heads or stems. Seconds are formatted up/down;
+but never collide with heads or stems.  Seconds are formatted up/@/down;
 the rest of the ties are positioned according to their vertical
 position.
 
-The code does not handle all cases. Sometimes ties will printed on top
-of or very close to each other. This happens in the last chords of
-each system.  "
-  
+The code does not handle all cases.  Sometimes ties will printed on top
+of or very close to each other.  This happens in the last chords of
+each system."
 
 }
 
-\version "2.7.32"
+\version "2.14.0"
 
 \paper {
   indent = #0.0
@@ -23,7 +21,7 @@ each system.  "
 
 
 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 +69,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>