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:47:59 -0800

Jay,

 

Beautiful, and it preserves the voice leading!

Thank you!

 

Mark

 

From: Jay Anderson [mailto:address@hidden
Sent: Sunday, December 23, 2018 3:11 PM
To: Mark Stephen Mrotek <address@hidden>
Cc: lilypond-user <address@hidden>
Subject: Re: tie across voices

 

On Sun, Dec 23, 2018 at 2:40 PM Mark Stephen Mrotek <address@hidden> wrote:

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.

 

My favorite way to deal with this is to switch the voices.

 

=====

\score {

  \relative c' {

    \time 6/8

    \clef bass

    <<

      \new Voice {

        \voiceOne

        bes,8-5 bes'-1 d-2~ d8 c-1 bes-2 |

        c4. r4 f,8-2 |

        g4.

        \voiceTwo

        r4 a,8-4~ |

        a g bes'-1~ bes a-2 g-3 |

      }

      \new Voice {

        \voiceTwo

        s4. r4 g8-4~ |

        g f-5 aes-2~ aes g-1 d-4~ |

        d c ees-3~

        \voiceOne

        ees8 d-1 c-2 |

        d4. s |

      }

    >>

    \oneVoice

  }

}

=====

 

There's also the spanner-id, but I don't believe that works for ties.

 

-----Jay


reply via email to

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