]> git.donarmstrong.com Git - lilypond.git/blob - input/test/warnings.ly
655d27c9a8e7b326419e755036164baf0888db2c
[lilypond.git] / input / test / warnings.ly
1 \header {
2 texidoc="Various warnings
3 ";
4 }
5
6 linebreak = \penalty -1000;
7
8 \score {
9   \notes {
10     \property Voice.Stem \set #'length = #"foo"
11     \property Voice.Stem \set #'longth = #2
12     \property Staff.clefStyle = #"foo"
13     \property Staff.clefStyle = #2
14  }
15 }