]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/warn-unterminated-span-dynamic.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / warn-unterminated-span-dynamic.ly
1 \version "2.14.0"
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