]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Bugfix
[lilypond.git] / input / regression / tie-grace.ly
index 2c6d6ebf772d59a023d855bf485fcbab61aa9b78..339109630b6454fb351c6e0fbe42f16d63cab08c 100644 (file)
@@ -1,9 +1,13 @@
-\version "1.5.68"
+
+\version "2.4.0"
 \header {
     texidoc = "Tieing a grace to the to a following grace or main note works."
 }
 
-\score { \notes \context Voice \relative c'' {
+    \layout { raggedright= ##t }
+
+\score {  \context Voice \relative c'' {
     c4 \grace { c8 ~ c16 ~ } c4 
   }
 }
+