]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tie-grace.ly
index 3aa59a21e1cf8e2e3360d06a891b1e98192682b5..da27120371f97f241cd43286b1e6f8c0e9748adb 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.16.0"
+\version "2.19.2"
 \header {
   texidoc = "Tying a grace to a following grace or main note works."
 }
@@ -7,7 +7,7 @@
 \layout { ragged-right= ##t }
 
 \context Voice \relative c'' {
-  c4 \grace { c8 ~ c16 ~ } c4 
+  c4 \grace { c8 ~ 16 ~ } c4 
 }