]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-percent-grace.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / repeat-percent-grace.ly
index ffd99524858bc130671148847d6c98e87b2451db..d1eb1e320baec767aa43a6f1ecd629eaeb2f02cb 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Percent repeats are also centered when there is a grace note in a parallel staff. "
@@ -9,6 +9,6 @@
 }
 
 \relative <<
-  \new Staff { \repeat percent 3 c1} 
+  \new Staff { \repeat percent 3 c'1} 
   \new Staff { c1 c \grace b8 c1  }
 >>