]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-grace.ly
clarify slightly.
[lilypond.git] / input / regression / spacing-grace.ly
index 3cbe630924af32197a6c3e137fbba2fa67fc5716..d40cf5e185c459908ff6487258faedd6b3233044 100644 (file)
@@ -1,12 +1,12 @@
 
-\version "2.2.0"
+\version "2.6.0"
 \header {
-  texidoc = "Grace note spacing. Should it be tuned? "
+  texidoc = "Grace note spacing.  "
 }
        
 \score {
\notes \context Voice \relative c'' { \grace {  c16[ d] } c4 }
-  \paper { raggedright = ##t}
+  \context Voice \relative c'' { \grace {  c16[ d] } c4 }
+  \layout { raggedright = ##t}
 
 }