MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tablature-full-notation.ly
blob6013561a93b682516c6ab91536a596120af1d444
1 \version "2.13.37"
3 \header{ texidoc = "As default, tablature staves show only the fret numbers, because
4 in most situations, they are combined with normal staves.
5 When used without standard notation, @code{tabFullNotation}
6 can be used."
9 tabstuff = {
10 \time 3/4
11 \compressFullBarRests
12 c4^"test" d( e) |
13 f4\f g a^\fermata |
14 R2.*3 |
15 c8\<\( c16 c ~ c2\! |
16 c'2.\) |
17 \mark \default
18 R2. |
19 \ottava #1
20 r4 d'4 r8 e |
21 \ottava #0
22 \times 3/4 { b,4 c \glissando d\5 \glissando c } |
23 c4. d-_( |
24 e\varcoda-> )
25 \override TextSpanner #'(bound-details left text) = "rit." f\startTextSpan |
26 g ~ g\prall |
27 g\thumb e-.\stopTextSpan
28 \bar "|."
31 \score {
33 \new Staff { \clef "G_8" \tabstuff }
34 \new TabStaff { \tabstuff }
38 \score {
39 \new TabStaff {
40 \tabFullNotation
41 \tabstuff