]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-spacing-matter.ly
* lily/accidental-engraver.cc (number_accidentals): remove
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
index 68ff9b9f14dfc775ea93ff3a44d2a69b0aa2d33b..06a81a48a15ace2a136bab95149a50d41b1cb2c8 100644 (file)
@@ -1,17 +1,20 @@
 
 \version "1.9.8"
 \header {
-texidoc = "Prefatory spacing.
 
-TODO: Show all common combinations to check for spacing anomalies.
-"
+    texidoc = "Distances between prefatory items (eg. clef, bar, etc.)
+   are done using engraving standard distances.  These distances
+   depend on which items are combined."
+
 }
 
 \score { \notes \relative c'' {
        \property 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 ":|"
 }
 \paper  { raggedright = ##t}
 }