]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/prefatory-spacing-matter.ly
* scripts/convert-ly.py (conv): add rule for breakAlignOrder.
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
1
2 \version "2.1.30"
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 \score { \notes \relative c'' {
14         \set Staff.instrument = "fobar"
15         \bar "||:"
16         \key cis \major
17         cis4 cis4 cis4 cis4 \clef bass  cis,1
18         \clef treble
19         \bar ":|"
20         \key g \minor
21         c1
22 }
23 \paper  { raggedright = ##t}
24 }
25