]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-percent-grace.ly
Doc-es: various updates.
[lilypond.git] / input / regression / repeat-percent-grace.ly
index 276167b0f0a7405334bdf78ad3feb8b31e39b7ca..d1eb1e320baec767aa43a6f1ecd629eaeb2f02cb 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.51"
+\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  }
 >>