]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/version-seen.ly
New upstream version 2.19.80
[lilypond.git] / input / regression / version-seen.ly
diff --git a/input/regression/version-seen.ly b/input/regression/version-seen.ly
new file mode 100644 (file)
index 0000000..8e9dc44
--- /dev/null
@@ -0,0 +1,14 @@
+%% \version "2.19.80"
+
+\header {
+  texidoc = "This does not produce typeset output but checks that
+@code{\\version} statements in included files do not inhibit the
+warning in the main file when a @code{\\version} statement is missing
+there."
+}
+
+\include "deutsch.ly"
+
+#(ly:expect-warning
+  (_ "no \\version statement found, please add~afor future compatibility")
+  (format #f "\n\n\\version ~s\n\n" (lilypond-version)))