]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/trill-spanner-grace.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / trill-spanner-grace.ly
index 6cb82618f8f6e5ab66d714e96cd60e95b1a528c6..18d7f0d4c6489e5e2ca2adab3c666b443440e581 100644 (file)
@@ -2,11 +2,11 @@
     texidoc = "Trill spanner can end on a grace note"
 }
 
-\version "2.17.28"
+\version "2.19.21"
 \layout {
     ragged-right = ##T
 }
-\relative c' \new Voice {
-    << { c1 \startTrillSpan }
+\relative \new Voice {
+    << { c'1 \startTrillSpan }
        { s2. \grace { d16\stopTrillSpan e } } >>
     c4 }