]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/version-seen.ly
8e9dc44aabf622b790cd0a6ed31b19b74faf5158
[lilypond.git] / input / regression / version-seen.ly
1 %% \version "2.19.80"
2
3 \header {
4   texidoc = "This does not produce typeset output but checks that
5 @code{\\version} statements in included files do not inhibit the
6 warning in the main file when a @code{\\version} statement is missing
7 there."
8 }
9
10 \include "deutsch.ly"
11
12 #(ly:expect-warning
13   (_ "no \\version statement found, please add~afor future compatibility")
14   (format #f "\n\n\\version ~s\n\n" (lilypond-version)))