]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Run update-with-convert-ly
[lilypond.git] / input / regression / tie-grace.ly
index 5255f8eaf3c462a6e364e1889a1a793b1c60452a..9351ef89d495cd93f3b240e88cdf15316d15748e 100644 (file)
@@ -1,10 +1,13 @@
-\version "1.7.18"
+
+\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."
 }
 
-\score { \notes \context Voice \relative c'' {
-    c4 \grace { c8 ~ c16 ~ } c4 
-  }
+\layout { ragged-right= ##t }
+
+\context Voice \relative c'' {
+  c4 \grace { c8 ~ c16 ~ } c4 
 }
-%% new-chords-done %%
+
+