]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest5.ly
Doc-es: various updates.
[lilypond.git] / input / regression / grace-nest5.ly
index 0c5c45b3c922a557991358dd1de1588dbebb131c..36fcb263a49ce0305af3509465769151ad358305 100644 (file)
@@ -1,11 +1,14 @@
-\version "1.7.18"
 
-\score
-{ \notes \relative c'' {
-     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 }
 
-  \paper { raggedright = ##t }
+\relative {
+  s2 <f''>4
+  \grace g e4
 }
 
+
+