]> 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 49205ed924f22d9fa335f90bb5aec1ef51b4ff16..004d3d610c97bdd9493595e851c61b8f622901fa 100644 (file)
@@ -1,13 +1,13 @@
 
-\version "2.2.0"
+\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 
 }
 
+