]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/warn-expected-warning-missing.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / warn-expected-warning-missing.ly
1 \version "2.16.0"
2
3 #(ly:set-option 'warning-as-error #f)
4 #(ly:expect-warning (_ "this is a warning that won't be triggered"))
5
6 \header {
7   texidoc = "If a warning is expected, but not triggered, print out a
8 warning about this fact. This will be used to detect missing warnings
9 in our regtests."
10 }
11
12 \relative c' { c4 }