]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/prefatory-spacing-matter.ly
6020f0dbb67d0c30bb06b4129a0d7ac809902d80
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
1
2 \version "2.9.13"
3 \header {
4
5   texidoc = "Distances between prefatory items (e.g. clef, bar,
6 etc.)  are determined by engraving standards.  These distances depend
7 on which items are combined.  Mid-line, the order for clef and
8 bar-line is different from the start of line.
9 "
10
11 }
12
13 \layout  {
14   ragged-right = ##t
15 }
16
17 \relative c'' {
18   \set Staff.instrumentName = "fobar"
19   \bar "||:"
20   \key cis \major
21   cis4 cis4 cis4 cis4 \clef bass  cis,1
22   \clef treble
23   \bar ":|"
24   \key g \minor
25   c1
26 }
27
28
29