]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest5.ly
Merge branch 'master' into translation
[lilypond.git] / input / regression / grace-nest5.ly
index 98758eb983786b9f2334d340b860d2e23b9df68d..36fcb263a49ce0305af3509465769151ad358305 100644 (file)
@@ -1,9 +1,14 @@
-\version "1.7.16"
 
-\score
-{ \notes {
-     s2 <<f>>4
-    \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
 }
-%% new-chords-done %%
+
+
+