]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-slash-mixed.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / repeat-slash-mixed.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "Beat repeats for patterns containing mixed durations use
5 a double percent symbol."
6 }
7
8 \relative c' {
9   \repeat percent 4 {
10     c8. <d f>16
11   }
12   \repeat percent 2 {
13     \times 2/3 {
14       r8 d e
15     }
16     c4
17   }
18 }