]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-break-warn-forbidden.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / page-break-warn-forbidden.ly
1 \version "2.16.0"
2
3 #(ly:set-option 'warning-as-error #f)
4 #(ly:expect-warning (_ "forced break was overridden by some other event, should you be using bar checks?"))
5 #(ly:expect-warning (_ "forced break was overridden by some other event, should you be using bar checks?"))
6
7 \header {
8
9   texidoc = "If a page break is forced where it is forbidden,
10  a warning is printed."
11
12 }
13
14 \new Staff {
15    c'1 \glissando
16    \pageBreak
17    d'1
18 }
19