1\version "2.19.21"
2
3\header {
4  texidoc = "Percent repeats are also centered when there is a grace note in a parallel staff. "
5}
6
7\layout {
8  ragged-right =##t
9}
10
11\relative <<
12  \new Staff { \repeat percent 3 c'1}
13  \new Staff { c1 c \grace b8 c1  }
14>>
15