]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-spacing-matter.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
index e8de91ceffb2ebdd74524b0c2d47cb9633fab305..48d751813fc7678850d26171b0d9dbc47e3dedb4 100644 (file)
@@ -1,17 +1,25 @@
-\version "1.7.18"
+
+\version "2.4.0"
 \header {
-texidoc = "prefatory spacing
 
-TODO: show all common combinations to check for spacing anomalies.
+    texidoc = "Distances between prefatory items (e.g. clef, bar,
+etc.)  are determined by engraving standards.  These distances depend
+on which items are combined.  Mid-line, the order for clef and
+bar-line is different from the start of line.
 "
+
 }
 
-\score { \notes \relative c'' {
-       \property Staff.instrument = "fobar"
+\score {  \relative c'' {
+       \set Staff.instrument = "fobar"
        \bar "||:"
        \key cis \major
-       cis4 cis4 cis4 cis4 \clef bass  cis4 cis4 cis4 
+       cis4 cis4 cis4 cis4 \clef bass  cis,1
+       \clef treble
+       \bar ":|"
+       \key g \minor
+       c1
 }
-\paper  { raggedright = ##t}
+\layout  { raggedright = ##t}
 }