MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / chord-tremolo.ly
blob6f84eab5bd87acce598b86f226d45cb3fc813d49
1 \version "2.12.0"
3 \header{
4 texidoc="
5 Chord tremolos look like beams, but are a kind of repeat symbol.
6 To avoid confusion, chord tremolo beams do not reach the stems, but
7 leave a gap. Chord tremolo beams on half notes are not ambiguous,
8 as half notes cannot appear in a regular beam, and should reach the
9 stems.
11 In this example, each tremolo lasts exactly one measure.
13 (To ensure that the spacing engine is not confused we add some regular
14 notes as well.)
19 \context Voice \relative c' {
20 \time 4/4
21 \repeat "tremolo" 16 { d32 e }
22 \repeat "tremolo" 8 { d16 e }
23 \repeat "tremolo" 4 { d8 e }
25 \time 3/4
26 \repeat "tremolo" 12 { d32 e }
27 \repeat "tremolo" 6 { d16 e }
28 \repeat "tremolo" 3 { d8 e }
30 \time 2/4
31 \repeat "tremolo" 8 { d32 e }
32 \repeat "tremolo" 4 { d16 e }
33 \repeat "tremolo" 2 { d8 e }
35 \time 1/4
36 \repeat "tremolo" 4 { d32 e }
37 \repeat "tremolo" 2 { d16 e }
39 c4 c4 c4 c4 c4