]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/trill-spanner-grace.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / trill-spanner-grace.ly
index 02b032aa26a7587b53bfa431a793af5c69fd2125..18d7f0d4c6489e5e2ca2adab3c666b443440e581 100644 (file)
@@ -2,11 +2,11 @@
     texidoc = "Trill spanner can end on a grace note"
 }
 
-\version "2.12.0"
+\version "2.19.21"
 \layout {
     ragged-right = ##T
 }
 \relative \new Voice {
-    << { c1 \startTrillSpan }
-       { s2. \grace { d16[\stopTrillSpan e] } } >>
+    << { c'1 \startTrillSpan }
+       { s2. \grace { d16\stopTrillSpan e } } >>
     c4 }