lilypond-user
[Top][All Lists]
Advanced

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

RE: tie across voices


From: Mark Stephen Mrotek
Subject: RE: tie across voices
Date: Sun, 23 Dec 2018 15:52:08 -0800

Timothy,

Thank you, exactly what I wanted.

Mark
-----Original Message-----
From: lilypond-user
[mailto:address@hidden On Behalf Of
Timothy Lanfear
Sent: Sunday, December 23, 2018 2:07 PM
To: address@hidden
Subject: Re: tie across voices

On 23/12/2018 21:35, Mark Stephen Mrotek wrote:
>
> Hello,
>
> Please see attached snippet.
>
> In measure 3 the two e flats should be tied.
>
> I have looked at using transparent as given in
>
> http://lsr.di.unimi.it/LSR/Snippet?id=8
>
> yet that would “collide” with the quarter rest.
>
> Any suggestions would be greatly appreciated.
>
>
How about this?

\version "2.19.81"

{
   \time 6/8
   \clef "bass"
   <<
     \new Voice \relative c {
       \voiceOne
       bes8-5 bes'-1 d-2~ d8 c-1 bes-2 |
       c4. r4 f,8-2 |
       g4. s4.
       d4. s |
     }
     \new Voice \relative c' {
       \voiceTwo
       s4. r4 g8-4~ |
       g f-5 aes-2~ aes g-1 d-4~ |
       d c ees-3^~ \stemUp ees8 d^1 c^2 \stemNeutral  |
     }
     \new Voice \relative c {
       \voiceFour
       s2.*2 |
       s4. r4 a8-4~ |
       a g bes'-1~ bes a-2 g-3 |
     }
   >>
}

\relative c' {
   \time 6/8
   \clef bass
   <<
     {
       bes,8-5 bes'-1 d-2~ d8 c-1 bes-2 |
       c4. r4 f,8-2 | g4. ees8 d-1 c-2 | d4. s |
     } \\
     {
       s4. r4 g8-4~ |
       g f-5 aes-2~ aes g-1 d-4~ |
       d c ees-3  r4 a,8-4~ |
       a g bes'-1~ bes a-2 g-3 |
     }
   >>
}


-- 
Timothy Lanfear, Bristol, UK.


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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