]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tie-grace.ly
index 2c6d6ebf772d59a023d855bf485fcbab61aa9b78..3aa59a21e1cf8e2e3360d06a891b1e98192682b5 100644 (file)
@@ -1,9 +1,13 @@
-\version "1.5.68"
+
+\version "2.16.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 
 }
+
+