]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/warn-unterminated-span-dynamic.ly
Fix #743: Reinstate warnings for unterminated span dynamics.
[lilypond.git] / input / regression / warn-unterminated-span-dynamic.ly
diff --git a/input/regression/warn-unterminated-span-dynamic.ly b/input/regression/warn-unterminated-span-dynamic.ly
new file mode 100644 (file)
index 0000000..88c35b2
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.12.3"
+
+\header {
+  texidoc = "A warning is printed if a dynamic spanner is
+unterminated."
+}
+
+<<
+  \new Staff {
+    % warning expected: unterminated crescendo
+    c'1\<
+  }
+  \new Staff {
+    % warning expected: unterminated decrescendo
+    c'1\>
+  }
+>>
+