Ben,
Thanks for the solution! Mark From: lilypond-user [mailto:[email protected]] On Behalf Of Ben Sent: Sunday, February 18, 2018 7:38 PM To: [email protected] 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...
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
