Re: what's the error?

2018-02-19 Thread David Kastrup
"Mark Stephen Mrotek" writes: > David Kastrup [mailto:d...@gnu.org] wrote: >> >> >> \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~

RE: what's the error?

2018-02-19 Thread Mark Stephen Mrotek
David, Thank you for the explanation. Mark -Original Message- From: David Kastrup [mailto:d...@gnu.org] Sent: Monday, February 19, 2018 12:38 AM To: Mark Stephen Mrotek <carsonm...@ca.rr.com> Cc: 'lilypond-user' <lilypond-user@gnu.org> Subject: Re: what's the error? &

Re: what's the error?

2018-02-19 Thread David Kastrup
Mats Bengtsson writes: > On 2018-02-19 09:38, David Kastrup wrote: >> >> \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

Re: Re: what's the error?

2018-02-19 Thread Mats Bengtsson
On 2018-02-19 09:38, David Kastrup wrote: \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

Re: what's the error?

2018-02-19 Thread David Kastrup
"Mark Stephen Mrotek" 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~} 4}>> > > } > > > > The error message is

RE: what's the error?

2018-02-18 Thread Mark Stephen Mrotek
Ben, Thanks for the solution! Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Ben Sent: Sunday, February 18, 2018 7:38 PM To: lilypond-user@gnu.org Subject: Re: what's the error? On 2/18/2018 10:28 PM, Mark Stephen Mrotek wrote

Re: what's the error?

2018-02-18 Thread Ben
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~} 4}>> } The error message is “unterminated tie.” Someone have a keener eye than