Gianmaria Lari <gianmarial...@gmail.com> writes:

> I need to tie the first 'a' with the second 'a' that is inside some grace
> notes.
>
> Here it is a fragment of the code:
>
> \version "2.19.49"
> {
>   b \afterGrace a {g16 b a} g4 g
> }
>
> Any suggestion?

Well,

\version "2.19.49"
{
  b \once \set tieWaitForNote = ##t
  \afterGrace a~ {g16 b a} g4 g
}
works just like that.  It just doesn't make any sense.  Are you sure you
want a tie here?

-- 
David Kastrup
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to