]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-tremolo-articulations.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / chord-tremolo-articulations.ly
1 \version "2.16.0"
2
3 \header{
4 texidoc="
5 Articulations on chord tremolos should not confuse the time-scaling of the
6 notes. In particular, only the number of real notes should be considered.
7 "
8 }
9
10 \context Voice \relative c' {
11   \repeat "tremolo" 4 { d16\f e-. }
12   \repeat "tremolo" 4 { d16-> e } | \barNumberCheck #2
13   \repeat "tremolo" 4 { d16 e\f }
14   \repeat "tremolo" 8 { d32\> e\! } | \barNumberCheck #3
15   \repeat "tremolo" 2 { d8\trill e }
16   \repeat "tremolo" 2 { d8\sfz e } | \barNumberCheck #4
17
18   \time 2/4
19   \repeat "tremolo" 8 { d32^"Markup" e } | \barNumberCheck #5
20   c4 c4
21 }
22