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