]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-spacing-matter.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
index 74dfde52fdf2f1b16294eeb58e74689cb6f72d76..983107b3b056ca2708177a06ee1db899c9bc86fa 100644 (file)
@@ -1,8 +1,8 @@
 
-\version "2.1.36"
+\version "2.7.39"
 \header {
 
-    texidoc = "Distances between prefatory items (e.g. clef, bar,
+  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.
@@ -10,16 +10,20 @@ 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 ":|"
-       \key g \minor
-       c1
+\layout  {
+  ragged-right = ##t
 }
-\paper  { raggedright = ##t}
+
+\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
 }
 
+
+