]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/prefatory-spacing-matter.ly
polish texidocs.
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
1 \version "1.7.18"
2 \header {
3 texidoc = "Prefatory spacing.
4
5 TODO: Show all common combinations to check for spacing anomalies.
6 "
7 }
8
9 \score { \notes \relative c'' {
10         \property Staff.instrument = "fobar"
11         \bar "||:"
12         \key cis \major
13         cis4 cis4 cis4 cis4 \clef bass  cis4 cis4 cis4 
14 }
15 \paper  { raggedright = ##t}
16 }
17