]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-percent-grace.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / repeat-percent-grace.ly
index baa5fc134f7880e8bf1b979af0b29aa894bad8db..d1eb1e320baec767aa43a6f1ecd629eaeb2f02cb 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.15"
+\version "2.19.21"
 
 \header {
   texidoc = "Percent repeats are also centered when there is a grace note in a parallel staff. "
@@ -8,7 +8,7 @@
   ragged-right =##t
 }
 
-\relative c' <<
-  \new Staff { \repeat percent 3 c1} 
+\relative <<
+  \new Staff { \repeat percent 3 c'1} 
   \new Staff { c1 c \grace b8 c1  }
 >>