]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
[config] Use fc-list.
[lilypond.git] / input / regression / tie-grace.ly
index 2c6d6ebf772d59a023d855bf485fcbab61aa9b78..c2e560636521d0170767c90893d830392ec984ba 100644 (file)
@@ -1,9 +1,13 @@
-\version "1.5.68"
+
+\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 
 }
+
+