]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / tie-grace.ly
index 5255f8eaf3c462a6e364e1889a1a793b1c60452a..c2e560636521d0170767c90893d830392ec984ba 100644 (file)
@@ -1,10 +1,13 @@
-\version "1.7.18"
+
+\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."
 }
 
-\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 %%
+
+