]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/clef-warn.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / clef-warn.ly
1 \header {
2   texidoc = "Unknown clef name warning displays available clefs"
3   }
4
5
6 \version "2.12.0"
7 {
8   \clef "foo"
9   c4
10   }