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