Hi Lucas,
A simple way would be to use a markup, e.g.:

\version "2.24.4"
gtbend = {\new TabStaff { \tabFullNotation \relative c''{
g2..\3\^ \grace a8\3 a8\3~\^ a2\3 %\grace a8\3
a8\2 f\3\^ fis4\3 d1\3
\break
g2..\3\^ \grace a8\3 a8\3~\^ a2\3 %\grace a8\3
a8\2
  \once\revert TextScript.stencil
  f\3\^ -\tweak extra-offset #'(1.2 . 3.5)-\markup\override #'((thickness .
2)) \undertie "       "
fis4\3 \bendHold \^ d1\3
}}}
\score { \gtbend }

HTH, cheers,
Pierre

Le mar. 13 août 2024 à 18:04, Lucas Cavalcanti <lucaspi...@gmail.com> a
écrit :

> Hello! I'm having a bit of trouble trying to replicate this behaviour with
> string bending and ties:
> [image: GuitarProStringBends]
> A bit of context: I'm a long time GuitarPro user and now I am fully
> migrating to lilypond. For the last 4 to 5 years I was only writing
> standard sheet music and lead sheets; now I'm rewriting all my
> tablature-based songs created in GP to Lilypond.
> However, I still cannot find a way to replicate the behaviour mentioned
> above. All that I can do is this:
> [image: image.png]
> I'm accustomed to seeing the stem displayed by the staff. In the way that
> lilypond is outputting I cannot visualize correctly the beat structure of
> the measure.
> Any help on this would be greatly appreciated!
> I'll be annexing the .ly file and pasting the code.
>
> Best regards,
> Lucas
>
> \version "2.24.4"
> gtbend = {\new TabStaff { \tabFullNotation \relative c''{
> g2..\3\^ \grace a8\3 a8\3~\^ a2\3 %\grace a8\3
> a8\2 f\3\^ fis4\3 d1\3
> \break
> g2..\3\^ \grace a8\3 a8\3~\^ a2\3 %\grace a8\3
> a8\2 f\3\^ fis4\3 \bendHold \^ d1\3
> }}}
> \score { \gtbend }
>
>

Reply via email to