]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-grace.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / spacing-grace.ly
index 897886fd5a57e81698c83c85cef6f4aaf52065fe..07f26bd6b5461a8d0106433a02a27a67781064b6 100644 (file)
@@ -1,12 +1,12 @@
 
-\version "2.3.17"
+\version "2.3.22"
 \header {
   texidoc = "Grace note spacing. Should it be tuned? "
 }
        
 \score {
   \context Voice \relative c'' { \grace {  c16[ d] } c4 }
-  \paper { raggedright = ##t}
+  \layout { raggedright = ##t}
 
 }