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