Paolo Prete <[email protected]> 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 _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
