MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tablature-tremolo.ly
blob68f7a80d6122312355ffbe11a1b828f2077eb2ab
1 \version "2.13.32"
3 \header {
5 texidoc = "
6 Tremolos will appear on tablature staffs only if
7 @code{\\tabFullNotation} is active. Otherwise, no
8 tremolo indications are displayed on the TabStaff.
9 Also, tablature beams are the same thickness on TabStaff
10 and Staff."
12 doctitle = "Tablature tremolo"
15 music = {
16 <c e g c' e'>4:16
17 \stemUp
18 \repeat tremolo 4 c'16
19 \repeat tremolo 2 { c16 d }
20 \repeat tremolo 4 { <c d>16 }
23 \score {
25 \new Staff {
26 \clef "treble_8"
27 \music
29 \new TabStaff {
30 \music
35 \score {
36 \new TabStaff {
37 \tabFullNotation
38 \music