bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: repeatTie does not work in chords


From: Papa Eric
Subject: Re: repeatTie does not work in chords
Date: Tue, 18 Mar 2008 22:35:30 +0100
User-agent: Thunderbird 1.5.0.14 (Windows/20071210)

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
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]