X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftablature-full-notation.ly;fp=input%2Fregression%2Ftablature-full-notation.ly;h=80a48688be3492179ad60e7a4cf24f743f3851f9;hb=8f4004f8cd8c0902c5a9409a3cd75c519f22ef47;hp=0000000000000000000000000000000000000000;hpb=1a1d2e078682968b5a0a98ecbe2388b93fa2aa44;p=lilypond.git diff --git a/input/regression/tablature-full-notation.ly b/input/regression/tablature-full-notation.ly new file mode 100644 index 0000000000..80a48688be --- /dev/null +++ b/input/regression/tablature-full-notation.ly @@ -0,0 +1,36 @@ +\version "2.13.4" + +\header{ texidoc = "As default, tablature staves show only the fret numbers, because + in most situations, they are combined with normal staves. + When used without standard notation, @code{tabFullNotation} + can be used." + } + +tabstuff = { + \time 3/4 + c4^"test" d( e) + f4\f g a^\fermata + c8\<\( c16 c ~ c2\! + c'2.\) + \mark \default + R2. + r4 d4 r8 e + \times 3/4 { b4 c \glissando d\5 \glissando c } + c4. d-_( e\varcoda) + ->f g~ a\prall g\thumb e-. + \bar "|." +} + +\score { + << + \new Staff { \clef "G_8" \tabstuff } + \new TabStaff { \tabstuff } + >> +} + +\score { + \new TabStaff { + \tabFullNotation + \tabstuff + } +}