]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-percent-skipbars.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[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