]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest5.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / grace-nest5.ly
index 9f17e0723802ae751d6da816860c8ae781cab00e..42d6dc80df125e7a5de01ea6c0d7eaa278a6e588 100644 (file)
@@ -1,9 +1,14 @@
-\version "1.7.18"
 
-\score
-{ \notes {
-     s2 <<f>>4
-    \grace g e4
+\version "2.10.0"
+\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
 }
-%% new-chords-done %%
+
+
+