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