]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / input / regression / tie-grace.ly
index 505b9b743321be3224d8f1971c8304bbab027797..da27120371f97f241cd43286b1e6f8c0e9748adb 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.11.51"
+\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 
 }