Re: How to bending spanner for only one note in a chord of 2?

Thomas Morley <[email protected]> Sun, 26 Jul 2026 20:28:24 +0200
Newsgroups gmane.comp.gnu.lilypond.general
Message-ID <CABsfGyXpygmGWL0gPjWw1JtFjphqvsP_gYHTGofU=HPm=YsCKw@mail.gmail.com>
Am So., 26. Juli 2026 um 19:12 Uhr schrieb <[email protected]>:
>
> In the following score only the c' should be bent up to the d', but I
> can't disable the spanner coming from the f'. Putting the '\^' inside
> the chord doesn't work. Any hits?
>
> \version "2.24.1"
> \new TabStaff \fixed c { < c'-\3 f'-\2 >2 \^  < g'-\3 > }
>
>


\new TabStaff \fixed c { < c'-\3 \tweak bend-me ##f f'-\2 >2 \^  < d'-\3 > }

HTH,
  Harm