]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-percent-grace.ly
baa5fc134f7880e8bf1b979af0b29aa894bad8db
[lilypond.git] / input / regression / repeat-percent-grace.ly
1 \version "2.17.15"
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 c' <<
12   \new Staff { \repeat percent 3 c1} 
13   \new Staff { c1 c \grace b8 c1  }
14 >>