Comment #3 on issue 2602 by [email protected]: \unfoldRepeats and \repeat tremolo 7,14,15 produces weird output
http://code.google.com/p/lilypond/issues/detail?id=2602
Just to give make it clear: The correct output should be the same as for unfolded repeats instead of tremolo repeats:
{ \repeat unfold 7 {c''32 b'} \repeat unfold 9 e'16 }
{ \repeat unfold 14 {c''32 b'} \repeat unfold 2 e'16 }
{ \repeat unfold 15 {c''32 b'} \repeat unfold 1 e'16 }
I.g. The tremolo notes should NOT have any dots!
