]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-spacing-matter.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
index 910b943116e1a6c3a0d62da89d7ccf38f4859381..fb86b1ff8a7e39d0224f3486382ec27da0a83452 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.14.0"
 \header {
 
   texidoc = "Distances between prefatory items (e.g. clef, bar,
@@ -10,8 +10,12 @@ bar-line is different from the start of line.
 
 }
 
+\layout  {
+  ragged-right = ##t
+}
+
 \relative c'' {
-  \set Staff.instrument = "fobar"
+  \set Staff.instrumentName = "fobar"
   \bar "||:"
   \key cis \major
   cis4 cis4 cis4 cis4 \clef bass  cis,1
@@ -20,6 +24,6 @@ bar-line is different from the start of line.
   \key g \minor
   c1
 }
-\layout  { raggedright = ##t}
+