]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-percent-skipbars.ly
move from abe.ly
[lilypond.git] / input / regression / repeat-percent-skipbars.ly
1 \header {
2 texidoc = "Percent repeats are not skipped, even when skipBars is set.  "
3 }
4
5
6 \score {
7      \context Staff <
8         \property Score.skipBars = ##t
9         \notes {
10         \repeat "percent" 2 { g2 a g a }
11         }
12      >
13 }
14