]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / input / regression / tie-grace.ly
index 340f1c3fcb6023ab27631beb5f81a8055f58d49c..da27120371f97f241cd43286b1e6f8c0e9748adb 100644 (file)
@@ -1,13 +1,13 @@
 
-\version "2.1.30"
+\version "2.19.2"
 \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 ~ 16 ~ } c4 
 }
 
+