]> 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 60836027e5743d77a60f37d21bf7149d89b58588..e402303b19ec6a7537d32a2c9b0a8d55f155614f 100644 (file)
@@ -1,16 +1,17 @@
 \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.6.0"
+\version "2.12.0"
 
-\paper { raggedright =  ##t }
+\paper { ragged-right =  ##t }
 \relative {
   c~ e~ g~ <c, e g>
   \set tieWaitForNote = ##t
@@ -21,4 +22,5 @@
   \set tieWaitForNote = ##f
   <c e> ~
   <c e c'>
+
 }