]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-spacing-matter.ly
New bar line interface
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
index 983107b3b056ca2708177a06ee1db899c9bc86fa..8eb6b0b20a84194a95517459d2ed87e0f3a655f7 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.39"
+\version "2.17.5"
 \header {
 
   texidoc = "Distances between prefatory items (e.g. clef, bar,
@@ -15,12 +15,12 @@ bar-line is different from the start of line.
 }
 
 \relative c'' {
-  \set Staff.instrument = "fobar"
-  \bar "||:"
+  \set Staff.instrumentName = "fobar"
+  \bar ".|:-||"
   \key cis \major
   cis4 cis4 cis4 cis4 \clef bass  cis,1
   \clef treble
-  \bar ":|"
+  \bar ":|."
   \key g \minor
   c1
 }