Mark Knoop wrote:
There seems to be a problem with the \bendAfter command which is affected when used with chords, even in another voice. Not sure what's going on here.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.83"
{
\textLengthOn
c''1\bendAfter #-5 ^"this bend OK"
<c' c''>^"no bend attempted"
c''1\bendAfter #-5 ^"this bend OK"
<c' c''>\bendAfter #-5 ^"bend fails"
c''1\bendAfter #-5 ^"bend fails"
}
{
<< {
\voiceOne
c''1\bendAfter #-5 ^"bend fails even if chord is in another voice"
} \context Voice {
\voiceTwo
<c' g'>
} >> \oneVoice
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%