]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest5.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / grace-nest5.ly
index 3ef541d7af9169d3230daedd7299fea02212a454..81a615860129909fb7c7139b85e965bedb443ea1 100644 (file)
@@ -1,11 +1,12 @@
-\version "1.7.18"
+
+\version "2.1.26"
 \header {
-    texidoc = "Another nested grace situation."
+    texidoc = "Graces notes may have the same duration as the main note."
     }
 
 \score
 { \notes \relative c'' {
-     s2 <<f>>4
+     s2 <f>4
     \grace g e4
 }