]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest5.ly
* Documentation/user/changing-defaults.itely (Creating contexts):
[lilypond.git] / input / regression / grace-nest5.ly
index 362994ec24b0cb02faae63c1fe210b94620ad4cd..429a3dcee184279926f3f0d5c18ea1ae73a39ed7 100644 (file)
@@ -1,12 +1,12 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.1.30"
 \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
 }