]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-tremolo-scaled-durations.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / chord-tremolo-scaled-durations.ly
1 \version "2.11.32"
2
3 \header {
4   texidoc = "Don't allow scaled durations to confuse the tremolo beaming.
5 The tremolos should each have 3 beams."
6 }
7
8 {
9   \time 3/4
10   \repeat tremolo 12 {e'32 f'}
11   \scaleDurations #'(3 . 4) {
12     \repeat tremolo 12 {e'32 f'} r4
13   }
14 }
15