]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-grace.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / spacing-grace.ly
index d8f04a59a7398dd3083de046c2077c050f31d738..4b63a944ebde19193cb8f6f5dd460dc80dcb0255 100644 (file)
@@ -1,11 +1,11 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.3.4"
 \header {
-  texidoc = "Grace note spacing. Should be tuned? "
+  texidoc = "Grace note spacing. Should it be tuned? "
 }
        
 \score {
\notes \context Voice \relative c'' { \grace {  c16[ d] } c4 }
+  \context Voice \relative c'' { \grace {  c16[ d] } c4 }
   \paper { raggedright = ##t}
 
 }