Mats Bengtsson a écrit :
Try
<e b>\repeatTie

  /Mats

This adds a repeat tie on both notes,
not only b:

\version "2.10.33"

{ \repeat volta 3 {
      <e b~> <e b>  % normal tie for note in chord is ok
      <e b~>
  }
  \alternative {
       <b g>              % tie ok (only b)
       <b\repeatTie g'>   % ---> no tie
       <b g'>\repeatTie   % ---> both ties
   }
}



Eric wrote:

% I didn't download 2.11 to check, but did not
% find it in fixed bugs
\version "2.10.33"
{
<e b~> <e b>  % normal tie for note in chord ok
b\repeatTie   % repeat tie for normal note ok
<e b\repeatTie>  % repeat tie for note in chord not ok
}


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

Reply via email to