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: Flaming Hakama by Elaine
Subject: Re:Error in a very short snippet
Date: Sun, 25 Feb 2018 11:46:06 -0800



---------- Forwarded message ----------
From: Paolo Prete <address@hidden>
To: Lilypond-User Mailing List <address@hidden>
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"
address@hidden
skype: flaming_hakama
Producer ~ Composer ~ Instrumentalist
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



reply via email to

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