lilypond-user
[Top][All Lists]
Advanced

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

Re: Clashing ties & slurs with tieWaitForNote


From: tisimst
Subject: Re: Clashing ties & slurs with tieWaitForNote
Date: Sat, 21 Nov 2015 10:58:37 -0700 (MST)

Steve,

On Sat, Nov 21, 2015 at 10:29 AM, Urs Liska [via Lilypond] <[hidden email]> wrote:


Am 21.11.2015 um 18:18 schrieb Steve Lacy:
Any thoughts on avoiding these clashes without having to manually tweak all the slurs?

Yes, writing semantically correct notes, like this:

c''2 \( ( b'4 )  c''4 \)

I can't think of an instrument or musical style where your input makes sense.

If that note should really be tied (i.e. a held note) then you'd need two separate voices, like

{
  \new Staff  <<
    {
      \voiceOne
      c''2. ~ c''4
    }
    \new Voice {
      \voiceTwo
      c''2 ( b'4 )
    }
  >>
}


+1! 

I've played songs on the piano that have this feel, but I agree that something like this should most likely done with multiple voices (and LilyPond handles it much better anyway).

If this is necessary, do you really have that many instances where a manual direction tweak is prohibitive, like the following:

\score{
  {
    \set tieWaitForNote = ##t
  c''2 _( ~ b'4 )  c''4  
    c''2  ~ b'4 _(  c''4 )  
  }
  \layout{}
}

If so, I'd definitely go with separate voices.

Best,
Abraham


manual-slur-direction-with-delayed-tie.png (5K) Download Attachment


View this message in context: Re: Clashing ties & slurs with tieWaitForNote
Sent from the User mailing list archive at Nabble.com.

reply via email to

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