]> 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 ce7dc9235e5282a945130f7b7e01ed84cc0eebec..da27120371f97f241cd43286b1e6f8c0e9748adb 100644 (file)
@@ -1,10 +1,13 @@
-\version "1.7.16"
+
+\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 %%
+
+