]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/clef-warn.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / clef-warn.ly
1 \header {
2   texidoc = "Unknown clef name warning displays available clefs"
3   }
4
5
6 \version "2.11.51"
7 {
8   \clef "foo"
9   c4
10   }