]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-spacing-matter.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / prefatory-spacing-matter.ly
index 74dfde52fdf2f1b16294eeb58e74689cb6f72d76..7fddf68ca037d745bd29bf09bf87a24a935fbf43 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.36"
+\version "2.3.22"
 \header {
 
     texidoc = "Distances between prefatory items (e.g. clef, bar,
@@ -10,7 +10,7 @@ bar-line is different from the start of line.
 
 }
 
-\score { \notes \relative c'' {
+\score {  \relative c'' {
        \set Staff.instrument = "fobar"
        \bar "||:"
        \key cis \major
@@ -20,6 +20,6 @@ bar-line is different from the start of line.
        \key g \minor
        c1
 }
-\paper  { raggedright = ##t}
+\layout  { raggedright = ##t}
 }