]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / input / regression / tie-grace.ly
index 11054e105e390a07797cf0a340bea829a3b2e2dd..da27120371f97f241cd43286b1e6f8c0e9748adb 100644 (file)
@@ -1,10 +1,13 @@
-\version "1.7.6"
+
+\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."
 }
 
-\score { \notes \context Voice \relative c'' {
-    c4 \grace { c8 ~ c16 ~ } c4 
-  }
+\layout { ragged-right= ##t }
+
+\context Voice \relative c'' {
+  c4 \grace { c8 ~ 16 ~ } c4 
 }
-%% new-chords-done %%
+
+