]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
rewrite balloon-text support. This is now a separate grob, with its
[lilypond.git] / input / regression / tie-grace.ly
index 8b98fc21fcce72fb9f95a1b2713775bcbcc79457..004d3d610c97bdd9493595e851c61b8f622901fa 100644 (file)
@@ -1,13 +1,13 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.7.39"
 \header {
-    texidoc = "Tieing a grace to the to a following grace or main note works."
+  texidoc = "Tieing a grace to the to a following grace or main note works."
 }
 
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-\score { \notes \context Voice \relative c'' {
-    c4 \grace { c8 ~ c16 ~ } c4 
-  }
+\context Voice \relative c'' {
+  c4 \grace { c8 ~ c16 ~ } c4 
 }
 
+