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: Urs Liska
Subject: Re: Clashing ties & slurs with tieWaitForNote
Date: Sat, 21 Nov 2015 18:27:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0



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 )
    }
  >>
}

HTH
Urs


Inline image 1

\score{
{
 \set tieWaitForNote = ##t

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

\layout{}
\midi{}
}




_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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