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: Sun, 18 Feb 2018 19:53:37 -0800

Ben,

 

Thanks for the solution!

 

Mark

 

From: lilypond-user [mailto:address@hidden On Behalf Of Ben
Sent: Sunday, February 18, 2018 7:38 PM
To: address@hidden
Subject: Re: what's the error?

 

On 2/18/2018 10:28 PM, Mark Stephen Mrotek wrote:

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?

 

Thank you.

 

Mark

 


Hi Mark,

Try this -
Your code compiles if you remove the \once:

\version "2.19.80"

\relative c'' {

<<{bes8 [a]}\\{

   \set tieWaitForNote = ##t

    \grace {c,8~ d~ fis~} <c d fis>4}>>

}

Otherwise you'd have to rework a bit...


reply via email to

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