]> 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 b2d62c7c86b798d70d2cd1fb3db6a25dd796242e..aedc10df7d4b4c94ee01f0ee3f92c49fad36db8a 100644 (file)
@@ -1,11 +1,14 @@
-\version "1.7.18"
+
+\version "2.7.39"
 \header {
-  texidoc = "Grace note spacing. Should be tuned? "
+  texidoc = "Grace note spacing.  "
 }
-       
-\score {
- \notes \context Voice \relative c'' { \grace {  c16-[ d] } c4 }
-  \paper { raggedright = ##t}
 
-}
-%% new-chords-done %%
+\layout { ragged-right = ##t}
+
+
+\context Voice \relative c'' { \grace {  c16[ d] } c4 }
+
+
+
+