]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-spacing-matter.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
index db972fca93ccc740123d02cd841ffc9bb0c6b4d9..8eb6b0b20a84194a95517459d2ed87e0f3a655f7 100644 (file)
@@ -1,21 +1,29 @@
 
-\version "2.1.22"
+\version "2.17.5"
 \header {
 
-    texidoc = "Distances between prefatory items (eg. clef, bar, etc.)
-   are done using engraving standard distances.  These distances
-   depend on which items are combined."
+  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'' {
-       \set Staff.instrument =  "fobar"
-       \bar "||:"
-       \key cis \major
-       cis4 cis4 cis4 cis4 \clef bass  cis,1
-       \clef treble
-       \bar ":|"
+\layout  {
+  ragged-right = ##t
 }
-\paper  { raggedright = ##t}
+
+\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
 }
 
+
+