]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-unterminated.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / tie-unterminated.ly
diff --git a/input/regression/tie-unterminated.ly b/input/regression/tie-unterminated.ly
new file mode 100644 (file)
index 0000000..26b5559
--- /dev/null
@@ -0,0 +1,14 @@
+\version "2.14.0"
+#(ly:set-option 'warning-as-error #f)
+
+\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 |
+  c1~ <e c> |
+  c1~ d |
+  <c e>1~ c |
+}