]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-types.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / grace-types.ly
index 3e612b2243125f4f41ccc8399a95e8c8816fd6d2..dba893ecfd133014d1ed3844ff4ba92fc22a22fc 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.36"
+\version "2.3.4"
 \header {
     texidoc = "There are three different kinds of grace types: the base 
 grace switches to smaller type, the appoggiatura inserts also a slur, and the
@@ -6,7 +6,7 @@ acciaccatura inserts a slur and slashes the stem."
     }
 
 \score  {
-    \notes \relative c'' { c4 \grace { d8 }  c4
+     \relative c'' { c4 \grace { d8 }  c4
                           \appoggiatura { d8 } c
                           \acciaccatura { d } c
                       }