>
> ---------- Forwarded message ----------
> From: Paolo Prete <[email protected]>
> To: Lilypond-User Mailing List <[email protected]>
> Cc:
> Bcc:
> Date: Fri, 23 Feb 2018 21:56:52 +0000 (UTC)
> Subject: Error in a very short snippet
> 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
>  }
>


\version "2.19.65"

%  If the issue is that you need a "tie" but there is not a note that
follows,
%  as in your exampe, then the thing to use is \laissezVibrer
{
c' \laissezVibrer \mp
}

%  I had trouble using your syntax for combinging your music variable \x
with a dynamic.
%  Using the empty chord <> as an attachment point for the dynamic, you can
do it this way
x = { c' \laissezVibrer }
mpDynamic = { <>\mp }
{
\mpDynamic \x
}



HTH,

David Elaine Alt
415 . 341 .4954                                           "*Confusion is
highly underrated*"
[email protected]
skype: flaming_hakama
Producer ~ Composer ~ Instrumentalist
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to