lilypond-user
[Top][All Lists]
Advanced

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

Re: Error in a very short snippet


From: David Kastrup
Subject: Re: Error in a very short snippet
Date: Fri, 23 Feb 2018 23:08:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Paolo Prete <address@hidden> writes:

> Hi,what's wrong in the snippet below and how can I fix it?It compiles
> if I remove the tie ~ from the variable, but I need this tie...
>
> x = c'~
>  {    \x\mp }

Without the tie, x is just the pitch c' and nothing else.  With the tie,
it is a c' note event (a quarter if no other notes with different length
are encountered before) with a tie.  You cannot add further
articulations to a finished note event.

Unless you use current master where this would actually work.

-- 
David Kastrup



reply via email to

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