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...
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to