]> 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 2c6d6ebf772d59a023d855bf485fcbab61aa9b78..8628a0029a276d2ed283f6ed0b0602ad2b53fe0c 100644 (file)
@@ -1,9 +1,13 @@
-\version "1.5.68"
+
+\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."
 }
 
-\score { \notes \context Voice \relative c'' {
-    c4 \grace { c8 ~ c16 ~ } c4 
-  }
+\layout { raggedright= ##t }
+
+\context Voice \relative c'' {
+  c4 \grace { c8 ~ c16 ~ } c4 
 }
+
+