]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-slashed-no-slur.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / grace-slashed-no-slur.ly
index 17456f0fb66844a4c4e885b13e7ff636a5ad1df7..450ed819bd08f6b77228d181059801d0a107423d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.2"
 
 \header
 {
@@ -6,6 +6,6 @@
   when the grace note is tied to the next note.
 "
 }
-\relative {
-  \slashedGrace c16~ c1
+\relative c' {
+  \slashedGrace c16~ 1
 }