]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Rename systemSeparatorMarkup -> system-separator-markup.
[lilypond.git] / input / regression / tie-grace.ly
index 51bb1da1c107234f89b176531eb5bd556f7eb327..505b9b743321be3224d8f1971c8304bbab027797 100644 (file)
@@ -1,13 +1,13 @@
 
-\version "1.9.1"
+\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 { \notes \context Voice \relative c'' {
-    c4 \grace { c8 ~ c16 ~ } c4 
-  }
+\context Voice \relative c'' {
+  c4 \grace { c8 ~ c16 ~ } c4 
 }
 
+