lilypond-user
[Top][All Lists]
Advanced

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

tying notes across voices


From: Shuwei Hu
Subject: tying notes across voices
Date: Sat, 28 Nov 2020 19:02:51 +0000

Dear list,

I'm trying to tie notes across voices. Example:

    \version "2.20.0"
   
    \relative c'' {
      \time 3/8
      << { d4 b8 } \\ {g b g} >> |
      <<
        {
          r8
          \tweak Stem.transparent ##t
          \tweak Stem.length #8
          b8~ b\noBeam
        }
        \\
        { r8 b8[ g] }
      >>
    }

The second bar uses a trick of invisible notes copied from the documentation. The same trick fails to apply to the first bar because the note d4 occupies the space for the invisible note.

Does anyone know how to tie notes (b8) across voices in the first bar?

Any help is appreciated.

Best,
Sylvain

reply via email to

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