]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest3.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / grace-nest3.ly
index 0425408c483ddb537a5d821abe07b6a6254846d4..76557fbf7a6763f1fd18b3305fb297b9e9f4d1c0 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.16.0"
+\version "2.19.21"
 \header {
   texidoc = "In nested syntax, graces are still properly handled."
 }
 \layout { ragged-right= ##t }
 
-\relative c'' {
-  f1
+\relative {
+  f''1
   \grace e8 f1
   << { \grace { e8 } f1 } >>
 }