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
> http://lilybin.com/5sfp1b/1
>
> \score{
> {
> \set tieWaitForNote = ##t
>
> c''2 \( ~ b'4 \) c''4
> c''2 ~ b'4 \( c''4 \)
> }
>
> \layout{}
> \midi{}
> }
>
>
>
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user