]> git.donarmstrong.com Git - lilypond.git/blob - input/test/warnings.ly
54d5bb267f8cc0ab98129cff4ac9ded294c31d70
[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     c''
13     \property Voice.Stem \set #'length = #"foo"
14     \property Voice.Stem \set #'longth = #2
15     \property Staff.clefStyle = #"foo"
16     \property Staff.clefStyle = #2
17  }
18 }