]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-spacing-matter.ly
* lily/beam.cc (rest_collision_callback): don't move anything if
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
index e1c76a3821e6d665b32e819321e45fe65c54a133..e16a6f4ed8bd2575e7be26502a237156d66242c4 100644 (file)
@@ -1,17 +1,20 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.1.7"
 \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}
 }