]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/skiptypesetting-all-true.ly
Web-ja: update introduction
[lilypond.git] / input / regression / skiptypesetting-all-true.ly
1 \version "2.16.0"
2 #(ly:expect-warning (_ "system with empty extent"))
3 #(ly:expect-warning (_ "didn't find a vertical alignment in this system"))
4
5 \header{
6   texidoc = "
7 A score with @code{skipTypesetting} set for the whole score
8 will not segfault.
9 "
10 }
11
12
13 {
14   \set Score.skipTypesetting = ##t
15   c'4
16 }
17