]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/skiptypesetting-bar-check.ly
Allow --safe testing as a snippet.
[lilypond.git] / input / no-notation / skiptypesetting-bar-check.ly
1 \version "2.10.0"
2
3 \header {
4
5 texidoc = "skipTypesetting doesn't affect bar checks."
6
7 }
8
9 \relative {
10   c4
11   \set Score.skipTypesetting = ##t
12   c4 c4
13   |
14   c4 c4
15   \set Score.skipTypesetting = ##f
16   d
17 }