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

[email protected] Sun, 26 Jul 2026 19:37:58 +0000
Newsgroups gmane.comp.gnu.lilypond.general
Message-ID <20260726193758.Horde.7umgsuJWMsd6TL97T9HNmdb@webmail.infopower.nl>
Quoting Thomas Morley <[email protected]>:

> 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

Thanks again.
I remember reading that bend-me determined the target, but apparently  
it also applies to the source.
Couldn't find it in the  
https://lilypond.org/doc/v2.24/Documentation/internals/bendspanner  
part of the documentation.
Turns out I had to look (why? :) in the spanner-engraver.

cheers,
harry