]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest5.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / grace-nest5.ly
index f6e7662f035bdbcef982baf427b9705e939953ab..2e4e221296471f5629d5b8cd6237d3aacd7d6f13 100644 (file)
@@ -1,11 +1,14 @@
-\version "1.7.18"
 
-\score
-{ \notes \relative c'' {
-     s2 <<f>>4
-    \grace g e4
+\version "2.16.0"
+\header {
+  texidoc = "Graces notes may have the same duration as the main note."
 }
+\layout { ragged-right = ##t }
 
-  \paper { raggedright = ##t }
+\relative c'' {
+  s2 <f>4
+  \grace g e4
 }
-%% new-chords-done %%
+
+
+