]> 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 e402303b19ec6a7537d32a2c9b0a8d55f155614f..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.12.0"
-
 \paper { ragged-right =  ##t }
-\relative {
+\relative c' {
   c~ e~ g~ <c, e g>
   \set tieWaitForNote = ##t
   c~ e~ g~ <c, e g>