]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/clef-warn.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / clef-warn.ly
1 \version "2.14.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   c4
12 }