lilypond-user
[Top][All Lists]
Advanced

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

Re: two lv ties on merged notehead


From: Owen Lamb
Subject: Re: two lv ties on merged notehead
Date: Wed, 3 Jun 2020 19:09:48 -0700

Hi Michael,

Looks like LilyPond prints both lv ties, but they end up at exactly the same spot. The ^ and _ prefixes let you specify direction for most anything, including \laissezVibrer, so you could do this to separate them:

\new Staff {
  <<
    {
      d,4 ^\laissezVibrer ^\markup{ 0.0 }
    }
    \new Voice {
      \voiceTwo d,4 \laissezVibrer
    }
  >>
}

Hope this helps,
Owen

On Wed, Jun 3, 2020 at 5:14 PM Michael Winter via LilyPond user discussion <lilypond-user@gnu.org> wrote:
It seems that when a notehead is merged in two voices no matter what you do you, lilypond only adds on lv tie. Is there a way to force 2 lv ties?

<<{ d,4\laissezVibrer ^ \markup{ 0.0 }  } \new Voice { \voiceTwo d,4\laissezVibrer  }>>

Thanks in advance.

-Michael

reply via email to

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