]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-slash-mixed.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / repeat-slash-mixed.ly
1 \version "2.16.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 }