]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest5.ly
($(outdir)/%.png $(outdir)/%.pdf
[lilypond.git] / input / regression / grace-nest5.ly
index 8b4a46a67ae812bb55544125c4ac555bc94008e2..86e307c67453c1b62fc313ae0037aca9e14713fb 100644 (file)
@@ -1,8 +1,14 @@
-\version "1.5.68"
 
-\score
-{ \notes {
-     s2 <f4>
-    \grace g e4
+\version "2.7.32"
+\header {
+  texidoc = "Graces notes may have the same duration as the main note."
 }
+\layout { ragged-right = ##t }
+
+\relative c'' {
+  s2 <f>4
+  \grace g e4
 }
+
+
+