]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-percent-grace.ly
(Two-pass vertical spacing): add documentation for two-pass spacing
[lilypond.git] / input / regression / repeat-percent-grace.ly
1 \version "2.9.20"
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 c1} 
13   \new Staff { c1 c \grace b8 c1  }
14 >>