]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-repetition-times.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / chord-repetition-times.ly
1 \version "2.16.0"
2
3
4 \header {
5   texidoc = "
6 Chord repetitions are expanded late in the processing order and get
7 their note events only then.  Check that @code{\\times} still works
8 correctly on them.
9 "
10 }
11
12 \relative c' {
13   <c e g>4 r <c e g>2 ~ |
14   \times 2/3 { <c e g>4 q q } \times 2/3 { q q q } |
15 }