]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-direction-polyphony.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / grace-direction-polyphony.ly
index 924a58e0f985defd831936c88a40c95d375942d7..3725d2a2f639294838f484d7ced584ecf97c9723 100644 (file)
@@ -1,13 +1,13 @@
 \header {
 
-  texidoc = "The @code{\voiceOne} setting is retained after
+  texidoc = "The @code{\\voiceOne} setting is retained after
 finishing the grace section."
 
 }
-\version "2.10.19"
+\version "2.19.21"
 
-\relative c''' {
+\relative {
   \voiceOne
-  c4
+  c'''4
   \grace d8 c4
 }