1\version "2.19.21"
2
3
4\header {
5  texidoc = "
6Chord repetitions are expanded late in the processing order and get
7their note events only then.  Check that @code{\\times} still works
8correctly on them.
9"
10}
11
12\relative {
13  <c' e g>4 r <c e g>2 ~ |
14  \tuplet 3/2 { <c e g>4 q q } \tuplet 3/2 { q q q } |
15}
16