]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-unterminated.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / tie-unterminated.ly
index 26b5559d8a515b6350266e36bc2478bd86424a54..1f5dd010afd56410e0abbb376ad6d8e43a923717 100644 (file)
@@ -1,13 +1,14 @@
-\version "2.14.0"
+\version "2.19.21"
 #(ly:set-option 'warning-as-error #f)
+#(ly:expect-warning (_ "unterminated tie"))
 
 \header {
   texidoc = "When a tie is followed only by unmatching notes and the tie cannot
   be created, lilypond prints out a warning unless @code{tieWaitForNote} is set."
 }
 
-\relative c' {
-  c1~ c |
+\relative {
+  c'1~ 1 |
   c1~ <e c> |
   c1~ d |
   <c e>1~ c |