Re: repeatTie does not work in chords

2008-03-20 Thread Jay Anderson
Papa Eric papa.eric at free.fr writes:
 
 This adds a repeat tie on both notes,
 not only b:
 

Try:  \new Voice {b\repeatTie} g' 

It's ugly and you'll get a warning, but I think it will do what you want.

-Jay



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


Re: repeatTie does not work in chords

2008-03-18 Thread Mats Bengtsson

Try
e b\repeatTie

  /Mats

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
 




--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



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


Re: repeatTie does not work in chords

2008-03-18 Thread Papa Eric

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


repeatTie does not work in chords

2008-03-17 Thread Eric
% 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