]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Merge branch 'issue3072' into HEAD
[lilypond.git] / input / regression / tie-grace.ly
index 9feb9e4322dc25a45ef8fe3701d661965508e5cd..da27120371f97f241cd43286b1e6f8c0e9748adb 100644 (file)
@@ -1,13 +1,13 @@
 
-\version "2.6.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 { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 \context Voice \relative c'' {
-  c4 \grace { c8 ~ c16 ~ } c4 
+  c4 \grace { c8 ~ 16 ~ } c4 
 }