bug-lilypond
[Top][All Lists]
Advanced

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

Re: Tie control-points delete another tie


From: Carl Sorensen
Subject: Re: Tie control-points delete another tie
Date: Wed, 23 Jul 2008 19:55:00 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Marco Caliari <marco.caliari <at> univr.it> writes:


> 
> the \override command in the second voice deletes the tie in the first
 voice
> (the tie in the second voice is terrible, but it does not matter). 

Marco,

This is not a bug in the program, but a misunderstanding of how 
overrides work.

\override applies to *everything* that happens in that musical moment, 
regardless of which Voice it is defined in.  So what happens is not that
the tie in the first voice is deleted; it's just placed at the same location
as the tie in the second voice, since it has the same control points.

This is a case where you would like to use \tweak, instead of \override.
However, since the tie is not directly connected to the input, (it's generated
automatically), I don't think you can use \tweak.  The tweak gets applied to
the chord, not the tie.

I think that you will need to create a music function to tweak only one tie
from a chord.  

Please see the Learning Manual for version 2.11, section 4.1.4 Tweaking 
commands, for an explanation of why and how to use \tweak vs. \override.

Thanks,

Carl










reply via email to

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