lilypond-user
[Top][All Lists]
Advanced

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

Re: what's the error?


From: David Kastrup
Subject: Re: what's the error?
Date: Mon, 19 Feb 2018 09:38:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

"Mark Stephen Mrotek" <address@hidden> writes:

> Hello,
>
>  
>
> See the attachment for what I want.
>
>  
>
> This is what I code:
>
>  
>
> \relative c'' {
>
> <<{bes8 [a]}\\{
>
>     \once \set tieWaitForNote = ##t
>
>     \grace {c,8~ d~ fis~} <c d fis>4}>>
>
> }
>
>  
>
> The error message is "unterminated tie."
>
>  
>
> Someone have a keener eye than I?

\once \set sets tieWaitForNote once at the current point of time.  That
means it will be active for the first grace note but not for the
others.  Consequently it's inactive for d~ which is still followed by
another grace note before the ties are resolved.

-- 
David Kastrup



reply via email to

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