]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-arpeggio.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / tie-arpeggio.ly
index d12303349d23cb0da2955a676c1ce7981cd7b07c..6c313623636965f02fd6dde2e79c1879b87c6fed 100644 (file)
@@ -1,17 +1,18 @@
 \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.13"
+\version "2.14.0"
 
-\paper { raggedright =  ##t }
-\relative {
+\paper { ragged-right =  ##t }
+\relative c' {
   c~ e~ g~ <c, e g>
   \set tieWaitForNote = ##t
   c~ e~ g~ <c, e g>
@@ -21,4 +22,5 @@
   \set tieWaitForNote = ##f
   <c e> ~
   <c e c'>
+
 }