]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/clef-warn.ly
Janek <lemniskata.bernoulliego@gmail.com>
[lilypond.git] / input / regression / clef-warn.ly
1 \version "2.12.0"
2
3 #(ly:set-option 'warning-as-error #f)
4
5 \header {
6   texidoc = "Unknown clef name warning displays available clefs"
7 }
8
9 {
10   \clef "foo"
11   c1
12 }