]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-spacing-matter.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
index 7cfb98e0f36a9735a9bef73d7d652400c790fcc6..3ccd25a5082031d1c8e0c6ddf062328671da1b94 100644 (file)
@@ -1,20 +1,24 @@
 
-\version "2.1.30"
+\version "2.3.4"
 \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.
+"
 
 }
 
-\score { \notes \relative c'' {
+\score {  \relative c'' {
        \set Staff.instrument = "fobar"
        \bar "||:"
        \key cis \major
        cis4 cis4 cis4 cis4 \clef bass  cis,1
        \clef treble
        \bar ":|"
+       \key g \minor
+       c1
 }
 \paper  { raggedright = ##t}
 }