]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/warn-unterminated-span-dynamic.ly
ca5a66ac8f0d932781cf4c2fca261c8e8a56cb85
[lilypond.git] / input / regression / warn-unterminated-span-dynamic.ly
1 \version "2.13.4"
2
3 #(ly:set-option 'warning-as-error #f)
4
5 \header {
6   texidoc = "A warning is printed if a dynamic spanner is
7 unterminated."
8 }
9
10 <<
11   \new Staff {
12     % warning expected: unterminated crescendo
13     c'1\<
14   }
15   \new Staff {
16     % warning expected: unterminated decrescendo
17     c'1\>
18   }
19 >>
20