]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / tie-grace.ly
index 3aa59a21e1cf8e2e3360d06a891b1e98192682b5..21689ab9ea20a9c88e1384bf79fe17be43ce22a6 100644 (file)
@@ -1,13 +1,13 @@
 
-\version "2.16.0"
+\version "2.19.21"
 \header {
   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 
+\context Voice \relative {
+  c''4 \grace { c8 ~ 16 ~ } c4 
 }