]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-spacing-matter.ly
* scripts/convert-ly.py (conv): add rule for breakAlignOrder.
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
index 7cfb98e0f36a9735a9bef73d7d652400c790fcc6..edd6c7d6a27ee596871b25f6f058a9572a244513 100644 (file)
@@ -2,9 +2,11 @@
 \version "2.1.30"
 \header {
 
-    texidoc = "Distances between prefatory items (e.g. clef, bar, etc.)
-   are determined by engraving standards.  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.
+"
 
 }
 
@@ -15,6 +17,8 @@
        cis4 cis4 cis4 cis4 \clef bass  cis,1
        \clef treble
        \bar ":|"
+       \key g \minor
+       c1
 }
 \paper  { raggedright = ##t}
 }