]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/prefatory-spacing-matter.ly
* input/regression/{many}.ly: refresh, trying to guess how
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
1
2 \version "2.1.22"
3 \header {
4
5     texidoc = "Distances between prefatory items (e.g. clef, bar, etc.)
6    are determined by engraving standards.  These distances
7    depend on which items are combined."
8
9 }
10
11 \score { \notes \relative c'' {
12         \set Staff.instrument = "fobar"
13         \bar "||:"
14         \key cis \major
15         cis4 cis4 cis4 cis4 \clef bass  cis,1
16         \clef treble
17         \bar ":|"
18 }
19 \paper  { raggedright = ##t}
20 }
21