Re: tieDown < -- > repeatTie

2009-09-30 Thread Roland Goretzki
Hi David, You wrote: > Using \voiceTwo to set stems, ties and dots to go down/under works on > \repeatTie in 2.13.4. Interestingly, with \voiceTwo in force, \tieUp > affects everything but the \repeatTie. The solution would probably be notepitch^\repeatTie, according to the solution I've found

Re: tieDown < -- > repeatTie

2009-09-30 Thread Mats Bengtsson
David Stocker wrote: Hi Roland, Using \voiceTwo to set stems, ties and dots to go down/under works on \repeatTie in 2.13.4. Interestingly, with \voiceTwo in force, \tieUp affects everything but the \repeatTie. Of course, since \tieUp is a shorthand for \override Tie #'direction = #UP, where

Re: tieDown < -- > repeatTie

2009-09-29 Thread David Stocker
Hi Roland, Using \voiceTwo to set stems, ties and dots to go down/under works on \repeatTie in 2.13.4. Interestingly, with \voiceTwo in force, \tieUp affects everything but the \repeatTie. Try: \version "2.12" ties = { \relative c'{ \voiceTwo %\stemDown %\tieDown %\tieUp c4

Solved: Re: tieDown < -- > repeatTie

2009-09-29 Thread Roland Goretzki
Hi, I wrote: > How can I make a \repeatTie also show down, if the stems show down? Pardon, I played a little and found the solution: e_\repeatTie does it. Best Regards Roland ___ lilypond-user mailing list lilypond-user@gnu.org http://lists

tieDown < -- > repeatTie

2009-09-29 Thread Roland Goretzki
Hi, \version 2.12.2 if I use \stemDown for the lower voice in one staff, the ties automatically show up, and normaly this is fine. In some situations, however, I want to have them showing down, too. This is possible with \tieDown, but this doesn't have any effect to a \repeatTie. How can I make