]> 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 5352322ca60825ce156e4b2fd5cdd156984adfd1..da27120371f97f241cd43286b1e6f8c0e9748adb 100644 (file)
@@ -1,13 +1,13 @@
 
-\version "2.10.0"
+\version "2.19.2"
 \header {
-  texidoc = "Tieing a grace to the to a following grace or main note works."
+  texidoc = "Tying a grace to a following grace or main note works."
 }
 
 \layout { ragged-right= ##t }
 
 \context Voice \relative c'' {
-  c4 \grace { c8 ~ c16 ~ } c4 
+  c4 \grace { c8 ~ 16 ~ } c4 
 }