]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Fix 974 and 1025.
[lilypond.git] / input / regression / tie-grace.ly
index 1c8e1932831e85580de8486567033772f7746537..c2e560636521d0170767c90893d830392ec984ba 100644 (file)
@@ -1,13 +1,13 @@
 
-\version "2.1.36"
+\version "2.12.0"
 \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."
 }
 
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-\score { \notes \context Voice \relative c'' {
-    c4 \grace { c8 ~ c16 ~ } c4 
-  }
+\context Voice \relative c'' {
+  c4 \grace { c8 ~ c16 ~ } c4 
 }
 
+