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