]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest5.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / grace-nest5.ly
index 9f988689c522d70b9716b41a5e47293be925929d..dcf3602cb939272604ebf9726da6dd6d008515ab 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.2.0"
+\version "2.3.4"
 \header {
     texidoc = "Graces notes may have the same duration as the main note."
     }
 
 \score
-{ \notes \relative c'' {
+{  \relative c'' {
      s2 <f>4
     \grace g e4
 }