]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-spacing-matter.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
index 6ee0402de27772cbf70aae640764d9af0cbee118..7ab076858f91c6c8f8ce4f1096319cdbb1e0cf55 100644 (file)
@@ -1,17 +1,29 @@
-\version "1.7.6"
+
+\version "2.16.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"
-       \bar "||:"
-       \key cis \major
-       cis4 cis4 cis4 cis4 \clef bass  cis4 cis4 cis4 
+\layout  {
+  ragged-right = ##t
 }
-\paper  { linewidth = -1. }
+
+\relative c'' {
+  \set Staff.instrumentName = "fobar"
+  \bar "||:"
+  \key cis \major
+  cis4 cis4 cis4 cis4 \clef bass  cis,1
+  \clef treble
+  \bar ":|"
+  \key g \minor
+  c1
 }
-%% new-chords-done %%
+
+
+