]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / tie-grace.ly
index c8d2f2f4fc52d476fd9fa7378334b26057785f33..505b9b743321be3224d8f1971c8304bbab027797 100644 (file)
@@ -1,13 +1,13 @@
 
-\version "2.3.4"
+\version "2.11.51"
 \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 {  \context Voice \relative c'' {
-    c4 \grace { c8 ~ c16 ~ } c4 
-  }
+\context Voice \relative c'' {
+  c4 \grace { c8 ~ c16 ~ } c4 
 }
 
+