]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / tie-grace.ly
index 49205ed924f22d9fa335f90bb5aec1ef51b4ff16..30a46fd6733dd2449148095dca33d6ff6bfadfd4 100644 (file)
@@ -1,13 +1,13 @@
 
-\version "2.2.0"
+\version "2.10.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."
 }
 
-    \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 
 }
 
+