]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-slash-multi.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / repeat-slash-multi.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "Beat repeats for patterns containing identical durations
5 shorter than an eighth note use multiple slashes."
6 }
7
8 \relative c' {
9   \repeat percent 2 { c16 d e f }
10   \repeat percent 4 { c32 e g e }
11 }