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