]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/skiptypesetting-all-true.ly
Fix 1477: Update regtests to suppress expected warnings
[lilypond.git] / input / regression / skiptypesetting-all-true.ly
1 \version "2.14.0"
2 #(ly:expect-warning (_ "didn't find a vertical alignment in this system"))
3 #(ly:expect-warning (_ "didn't find a vertical alignment in this system"))
4 #(ly:expect-warning (_ "didn't find a vertical alignment in this system"))
5 #(ly:expect-warning (_ "didn't find a vertical alignment in this system"))
6 #(ly:expect-warning (_ "didn't find a vertical alignment in this system"))
7 #(ly:expect-warning (_ "didn't find a vertical alignment in this system"))
8 #(ly:expect-warning (_ "system with empty extent"))
9 #(ly:expect-warning (_ "didn't find a vertical alignment in this system"))
10
11 \header{
12   texidoc = "
13 A score with @code{skipTypesetting} set for the whole score
14 will not segfault.
15 "
16 }
17
18
19 {
20   \set Score.skipTypesetting = ##t
21   c'4
22 }
23