lilypond-user
[Top][All Lists]
Advanced

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

Re: tie across voices


From: Jay Anderson
Subject: Re: tie across voices
Date: Sun, 23 Dec 2018 16:11:15 -0700

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]