]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/prefatory-spacing-matter.ly
*** empty log message ***
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
1
2 \version "2.1.22"
3 \header {
4
5     texidoc = "Distances between prefatory items (eg. clef, bar, etc.)
6    are done using engraving standard distances.  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