]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-arpeggio.ly
Fix 1477: Update regtests to suppress expected warnings
[lilypond.git] / input / regression / tie-arpeggio.ly
index 37615498a27de9cf8662ebf41782b4658e5b3958..28d3e303d174c00daca2c414db4212ca1c6c5d56 100644 (file)
@@ -1,18 +1,20 @@
+\version "2.14.0"
+#(ly:set-option 'warning-as-error #f)
+#(ly:expect-warning (_ "unterminated tie"))
+#(ly:expect-warning (_ "unterminated tie"))
+
 \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>