]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-grace.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / slur-grace.ly
index b08dcd1c0fc6ecfd87e8f8b2d2c7210762990eb5..d998e25ad0384f36ab0f547fe648ad8e9a238089 100644 (file)
@@ -1,12 +1,12 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Appoggiatura and acciaccaturas use a different slur than the
 default, so they produce a nested slur without warnings."
 }
 
-\relative c'' {
-  c4( \acciaccatura e8 d4 e4 f) |
+\relative {
+  c''4( \acciaccatura e8 d4 e4 f) |
   c4( \appoggiatura e8 d4 e4 f) |
   c4  \appoggiatura e8 d4 e4 f |
 }