]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Merge branch 'master' into translation
[lilypond.git] / input / regression / tie-grace.ly
index 8cd1215a6bb0053336445fcb7ff8698faba7a33b..21689ab9ea20a9c88e1384bf79fe17be43ce22a6 100644 (file)
@@ -1,13 +1,13 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.19.21"
 \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''4 \grace { c8 ~ 16 ~ } c4 
 }
 
+