]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/bar-check.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / no-notation / bar-check.ly
1 \version "2.3.22"
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 }}