X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fclef-warn.ly;h=7814e757259ba18d288017fc9d31f0f6d483e33d;hb=38d60f8d090d915c34f5d4e6361bf86e75858f0d;hp=8134daa8f0a0d3676b203c26d26ee2dd15428b38;hpb=53efe9dd3fcbbe26a102145815292787be8e417f;p=lilypond.git diff --git a/input/regression/clef-warn.ly b/input/regression/clef-warn.ly index 8134daa8f0..7814e75725 100644 --- a/input/regression/clef-warn.ly +++ b/input/regression/clef-warn.ly @@ -1,10 +1,15 @@ +\version "2.16.0" + +#(ly:set-option 'warning-as-error #f) +#(ly:expect-warning (_ "unknown clef type `~a'") "foo") +% We don't need to match the whole list of clefs, the beginning will suffice +#(ly:expect-warning (_ "supported clefs: ~a") "C F G G2") + \header { texidoc = "Unknown clef name warning displays available clefs" - } - +} -\version "2.11.17" { \clef "foo" c4 - } +}