]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/bar-check.ly
Markup documentation: when a command is a copy of another markup
[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 }}