]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/skiptypesetting-all-true.ly
Merge branch 'lilypond/translation' of ssh://thsoft@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / skiptypesetting-all-true.ly
1 \version "2.14.0"
2
3 \header{
4   texidoc = "
5 A score with @code{skipTypesetting} set for the whole score
6 will not segfault.
7 "
8 }
9
10
11 {
12   \set Score.skipTypesetting = ##t
13   c'4
14 }
15