]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-arpeggio.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / tie-arpeggio.ly
index 74b3e742fe50f18b947c1f0aaa74a14748893dc4..e402303b19ec6a7537d32a2c9b0a8d55f155614f 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.39"
+\version "2.12.0"
 
 \paper { ragged-right =  ##t }
 \relative {
@@ -21,4 +22,5 @@
   \set tieWaitForNote = ##f
   <c e> ~
   <c e c'>
+
 }