lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grace notes ties


From: David Kastrup
Subject: Re: grace notes ties
Date: Thu, 17 Nov 2016 15:07:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Gianmaria Lari <address@hidden> 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

reply via email to

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