]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-grace.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / spacing-grace.ly
index 07f26bd6b5461a8d0106433a02a27a67781064b6..aedc10df7d4b4c94ee01f0ee3f92c49fad36db8a 100644 (file)
@@ -1,12 +1,14 @@
 
-\version "2.3.22"
+\version "2.7.39"
 \header {
-  texidoc = "Grace note spacing. Should it be tuned? "
+  texidoc = "Grace note spacing.  "
 }
-       
-\score {
-  \context Voice \relative c'' { \grace {  c16[ d] } c4 }
-  \layout { raggedright = ##t}
 
-}
+\layout { ragged-right = ##t}
+
+
+\context Voice \relative c'' { \grace {  c16[ d] } c4 }
+
+
+