]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/bar-check.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / no-notation / bar-check.ly
1 \version "2.10.0"
2
3 \header {
4
5 texidoc = "skipTypesetting doesn't affect bar checks."
6
7 }
8
9 \score {  {
10         \set Score.skipTypesetting = ##t
11         c4 c4
12         |
13         c4 c4 }}