]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-unterminated.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / input / regression / tie-unterminated.ly
index 26b5559d8a515b6350266e36bc2478bd86424a54..77049bdf2ab3084e1a794b484fca8ba656af8492 100644 (file)
@@ -1,5 +1,6 @@
-\version "2.14.0"
+\version "2.19.2"
 #(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
@@ -7,7 +8,7 @@
 }
 
 \relative c' {
-  c1~ c |
+  c1~ 1 |
   c1~ <e c> |
   c1~ d |
   <c e>1~ c |