]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-arpeggio.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / tie-arpeggio.ly
index e0feffd2da40c12d3ad6352d36ddfeb00815a61c..de6f8234965a8a3bb547bf8dcc8b1b0d8aed4b08 100644 (file)
@@ -1,14 +1,15 @@
 \header
 {
 
-  texidoc = "when @code{tieWaitForNote} is set, the right-tied note
- does not have to follow the lef-tied note directly. When
- @code{tieWaitForNote} is set to false, any tie will erase all pending
- ties."
+  texidoc =
+
+  "when @code{tieWaitForNote} is set, the right-tied note does not
+ have to follow the lef-tied note directly. When @code{tieWaitForNote}
+ is set to false, any tie will erase all pending ties."
   
 }
 
-\version "2.7.32"
+\version "2.10.0"
 
 \paper { ragged-right =  ##t }
 \relative {
@@ -21,4 +22,6 @@
   \set tieWaitForNote = ##f
   <c e> ~
   <c e c'>
+  |
+
 }