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