]> 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 f6e7662f035bdbcef982baf427b9705e939953ab..429a3dcee184279926f3f0d5c18ea1ae73a39ed7 100644 (file)
@@ -1,11 +1,15 @@
-\version "1.7.18"
+
+\version "2.1.30"
+\header {
+    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
 }
 
   \paper { raggedright = ##t }
 }
-%% new-chords-done %%
+