Re: tie polyphony

2018-01-24 Thread David Kastrup
Mats Bengtsson writes: > On 2018-01-24 11:56, David Kastrup wrote: >> Letting the main voice continue.  Cf >> \version "2.19.80" >> \fixed c' >> \new Voice = "main" { >>r4 a( b d' >>\voices "main",2 >><< { \voiceOne 4) 4 4 4 \oneVoice} \\ c1 >> >> } >> > Interesting feature! Don't for

Re: Re: tie polyphony

2018-01-24 Thread Gianmaria Lari
Thank you to everybody for the help. David and Andrew solutions work well. Best regards, g. On 24 January 2018 at 13:00, Mats Bengtsson wrote: > > > On 2018-01-24 11:56, David Kastrup wrote: > > Letting the main voice continue. Cf > >> \version "2.19.80" >> \fixed c' >> \new Voice = "main" { >

Re: Re: tie polyphony

2018-01-24 Thread Mats Bengtsson
On 2018-01-24 11:56, David Kastrup wrote: > Letting the main voice continue.  Cf \version "2.19.80" \fixed c' \new Voice = "main" { r4 a( b d' \voices "main",2 << { \voiceOne 4) 4 4 4 \oneVoice} \\ c1 >> } Interesting feature! Don't forget to add it in the Changes document. Also, it'

Re: tie polyphony

2018-01-24 Thread David Kastrup
Gianmaria Lari writes: > Hello, > > In the following code > > \version "2.19.80" > \fixed c' { > r4 a b d' > << {4 4 4 4} \\ c1 >> > } > > ... I would like to tie the "a" with the very first chord 4. How I > can do it? Letting the main voice continue. Cf \version "2.19.80" \fixed c' \new V

Re: tie polyphony

2018-01-24 Thread N. Andrew Walsh
Hi all, might it be the case that your are encountering a similar issue to one I posted a couple days ago (there, on the question of phrasing slurs in multi-voice staves that cross over single-voice ones); namely, that are trying to extend a slur across different contexts, so it fails. On Wed, Ja

Re: tie polyphony

2018-01-24 Thread Gianmaria Lari
Of course you are right! I was talking about slur not tie! Anyway I'm not able to make any slur in that context. This is what I tried: \version "2.19.80" \fixed c' { r4 a\( b d' << {4\) 4 4 4} \\ c1 >> } g. On 24 January 2018 at 09:40, Marc Hohl wrote: > Am 24.01.2018 um 09:31 schrieb G

Re: tie polyphony

2018-01-24 Thread Marc Hohl
Am 24.01.2018 um 09:31 schrieb Gianmaria Lari: Hello, In the following code \version "2.19.80" \fixed c' {   r4 a b d'   << {4 4 4 4} \\ c1 >> } ... I would like to tie the "a" with the very first chord 4. How I can do it? That's not a tie then. IIUC, you'll need a phrasing slur for this

tie polyphony

2018-01-24 Thread Gianmaria Lari
Hello, In the following code \version "2.19.80" \fixed c' { r4 a b d' << {4 4 4 4} \\ c1 >> } ... I would like to tie the "a" with the very first chord 4. How I can do it? Thank you, Gianmaria ___ lilypond-user mailing list lilypond-user@gnu.org h