X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-repetition-times.ly;fp=input%2Fregression%2Fchord-repetition-times.ly;h=d70b80aab010d13287381ffb84faf3d0061910cc;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=0000000000000000000000000000000000000000;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/input/regression/chord-repetition-times.ly b/input/regression/chord-repetition-times.ly new file mode 100644 index 0000000000..d70b80aab0 --- /dev/null +++ b/input/regression/chord-repetition-times.ly @@ -0,0 +1,15 @@ +\version "2.16.0" + + +\header { + texidoc = " +Chord repetitions are expanded late in the processing order and get +their note events only then. Check that @code{\\times} still works +correctly on them. +" +} + +\relative c' { + 4 r 2 ~ | + \times 2/3 { 4 q q } \times 2/3 { q q q } | +}