]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / tie-grace.ly
index 66309e86362c2dab505ed2cc5f5b2409de89290d..c8d2f2f4fc52d476fd9fa7378334b26057785f33 100644 (file)
@@ -1,8 +1,13 @@
+
+\version "2.3.4"
 \header {
     texidoc = "Tieing a grace to the to a following grace or main note works."
 }
 
-\score { \notes \context Voice \relative c'' {
+    \paper { raggedright= ##t }
+
+\score {  \context Voice \relative c'' {
     c4 \grace { c8 ~ c16 ~ } c4 
   }
 }
+