X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftablature-full-notation.ly;h=065463be379e50254072c5cda0eb27c11fa9506b;hb=65ba9df14e3a74b78689aa9e504d9d45f9cd35ac;hp=80a48688be3492179ad60e7a4cf24f743f3851f9;hpb=8f4004f8cd8c0902c5a9409a3cd75c519f22ef47;p=lilypond.git diff --git a/input/regression/tablature-full-notation.ly b/input/regression/tablature-full-notation.ly index 80a48688be..065463be37 100644 --- a/input/regression/tablature-full-notation.ly +++ b/input/regression/tablature-full-notation.ly @@ -1,4 +1,4 @@ -\version "2.13.4" +\version "2.19.20" \header{ texidoc = "As default, tablature staves show only the fret numbers, because in most situations, they are combined with normal staves. @@ -8,19 +8,28 @@ 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 "|." + \compressMMRests { + c4^"test" d( e) | + f4\f g a^\fermata | + R2.*3 | + c8\<\( c16 c ~ 2\! | + \mark \default + c'2.\) | + \ottava #1 + r4 d'4 r8 e | + \ottava #0 + \tuplet 4/3 { b,4 c \glissando d\5 \glissando c } | + c4. d-_( | + e\varcoda-> ) + \override TextSpanner.bound-details.left.text = "rit." f\startTextSpan | + g ~ g\prall | + g\thumb e-.\stopTextSpan + \bar "|." + } } +#(set-global-staff-size 18) + \score { << \new Staff { \clef "G_8" \tabstuff }