]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
* lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
[lilypond.git] / input / regression / tie-grace.ly
index a28bae1dad304d0f2fe035cf97aceb378ef8f7f7..8628a0029a276d2ed283f6ed0b0602ad2b53fe0c 100644 (file)
@@ -1,13 +1,13 @@
 
-\version "2.1.22"
+\version "2.7.13"
 \header {
-    texidoc = "Tieing a grace to the to a following grace or main note works."
+  texidoc = "Tieing a grace to the to a following grace or main note works."
 }
 
-    \paper { raggedright= ##t }
+\layout { raggedright= ##t }
 
-\score { \notes \context Voice \relative c'' {
-    c4 \grace { c8 ~ c16 ~ } c4 
-  }
+\context Voice \relative c'' {
+  c4 \grace { c8 ~ c16 ~ } c4 
 }
 
+