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