lilypond-user
[Top][All Lists]
Advanced

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

RE: what's the error?


From: Mark Stephen Mrotek
Subject: RE: what's the error?
Date: Mon, 19 Feb 2018 06:26:44 -0800

David,

Thank you for the explanation.

Mark

-----Original Message-----
From: David Kastrup [mailto:address@hidden 
Sent: Monday, February 19, 2018 12:38 AM
To: Mark Stephen Mrotek <address@hidden>
Cc: 'lilypond-user' <address@hidden>
Subject: Re: what's the error?

"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]