Re: making a tie between voices

2017-06-18 Thread Simon Albrecht
Hi Ryan, I’m sorry that I first have to say this: It’s way too difficult to work with an example like you gave. Please reread – your example at least lacked a \version statement and some closing >> (the latter may be due to a wrongly configured e-mail

making a tie between voices

2017-06-17 Thread Ryan Michael
I have my right hand of my piano music and i want to tie the in the first voice to the next use of it in time << \stemDown c''8~ \new Voice { \stemUp c''16 e''16~ } >> << \new Voice { \stemUp 4. } It is currently not tying the c'''8 in the first voice to 4. similarly it

Re: Tie between voices

2013-04-07 Thread m...@mikesolomon.org
On 7 avr. 2013, at 14:45, Christian wrote: > How can I make a tie go from the half note d in the lower part to the > quarter d in the upper part? > > > rightOne = \relative c'' { > b4 a | > } > > rightTwo = \relative c' { > 2 b | > } > > You can remove the tie engraver from the voice c

Tie between voices

2013-04-07 Thread Christian
How can I make a tie go from the half note d in the lower part to the quarter d in the upper part? rightOne = \relative c'' { b4 a | } rightTwo = \relative c' { 2 b | } ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: Tie between voices

2005-10-11 Thread Edward Neeman
I'm afraid it's impossible to tie notes between voices. From your example I think you want something like this: 8.-> << {\voiceOne 16~ c'4~ c4.} \new Voice {\voiceTwo \stemUp 4*1/4~ \stemDown 8 8~ 8. 16 r8} >> \oneVoice d32( c32 bf32 a32 | bf2->)~ I've made the in voice Two a crochet t

Tie between voices

2005-10-10 Thread Alex Melhuish
Hello, I hope you can help me. I'm trying to typeset a piano score - Gershwin actually :). I've come across a bar where the first chord slurs into the next, which LilyPond handles fine. This second chord then ties to another identical chord. However, the top note of this chord breaks off into a s