]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / tie-grace.ly
index 68024f651c1959c86c04bd6f344752d55ee8144f..9351ef89d495cd93f3b240e88cdf15316d15748e 100644 (file)
@@ -1,13 +1,13 @@
 
-\version "2.3.22"
+\version "2.14.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."
 }
 
-    \layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-\score {  \context Voice \relative c'' {
-    c4 \grace { c8 ~ c16 ~ } c4 
-  }
+\context Voice \relative c'' {
+  c4 \grace { c8 ~ c16 ~ } c4 
 }
 
+