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
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

--
Mark Knoop
m...@markknoop.com
https://markknoop.com/

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to