]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-slash-mixed.ly
Imported Upstream version 2.19.45
[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 }