]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/warn-unterminated-span-dynamic.ly
Fix #743: Reinstate warnings for unterminated span dynamics.
[lilypond.git] / input / regression / warn-unterminated-span-dynamic.ly
1 \version "2.12.3"
2
3 \header {
4   texidoc = "A warning is printed if a dynamic spanner is
5 unterminated."
6 }
7
8 <<
9   \new Staff {
10     % warning expected: unterminated crescendo
11     c'1\<
12   }
13   \new Staff {
14     % warning expected: unterminated decrescendo
15     c'1\>
16   }
17 >>
18