]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-slash-mixed.ly
a47450444375e5806fc003e21e96bc0dec87551e
[lilypond.git] / input / regression / repeat-slash-mixed.ly
1 \version "2.13.51"
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 }