]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-spacing-matter.ly
(texidoc): cleanup.
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
index e1c76a3821e6d665b32e819321e45fe65c54a133..da438d9fa5b92bb2f6d44ceb82293897f9b80961 100644 (file)
@@ -1,17 +1,24 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.3.17"
 \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}
 }