]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/bar-check.ly
*** empty log message ***
[lilypond.git] / input / no-notation / bar-check.ly
1 \version "2.1.22"
2
3 \header {
4
5 texidoc = "skipTypesetting doesn't affect bar checks."
6
7 }
8
9 \score { \notes {
10         \set Score.skipTypesetting =  ##t
11         c4 c4
12         |
13         c4 c4 }}