]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest5.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / grace-nest5.ly
index 36e0290d14008eb96b648dbe8484a87a57f0fa3c..36fcb263a49ce0305af3509465769151ad358305 100644 (file)
@@ -1,7 +1,14 @@
 
-\score
-{ \notes {
-     s2 <f4>
-    \grace g e4
+\version "2.19.21"
+\header {
+  texidoc = "Graces notes may have the same duration as the main note."
 }
+\layout { ragged-right = ##t }
+
+\relative {
+  s2 <f''>4
+  \grace g e4
 }
+
+
+