]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-arpeggio.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / tie-arpeggio.ly
index 306d33bb256b5ec2bcc690cb4674f868df5b5974..99ff64c71427d551ec3b9770a4701493e1a2072a 100644 (file)
@@ -1,18 +1,18 @@
+\version "2.14.0"
+#(ly:set-option 'warning-as-error #f)
+
 \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."
   
 }
 
-\version "2.11.51"
-
 \paper { ragged-right =  ##t }
-\relative {
+\relative c' {
   c~ e~ g~ <c, e g>
   \set tieWaitForNote = ##t
   c~ e~ g~ <c, e g>
@@ -22,6 +22,5 @@
   \set tieWaitForNote = ##f
   <c e> ~
   <c e c'>
-  |
 
 }