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