]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/bar-number-check-warning.ly
Add some missing regtests for warnings
[lilypond.git] / input / regression / bar-number-check-warning.ly
1 \version "2.14.0"
2 #(ly:set-option 'warning-as-error #f)
3
4 \header {
5
6 texidoc="Bar numbers check may be inserted to check whether the current
7 bar number is correct.
8 "
9
10 }
11
12 \relative c'' {
13   c1 | 
14   \barNumberCheck #2 % OK
15   c1 |
16   \barNumberCheck #15 % Warning
17   c1
18 }