]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-repetition-times.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / chord-repetition-times.ly
1 \version "2.19.21"
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 {
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 }