bug-lilypond
[Top][All Lists]
Advanced

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

Re: Slurs between different voices


From: David Kastrup
Subject: Re: Slurs between different voices
Date: Sat, 17 Mar 2012 11:24:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Francisco Vila <address@hidden> writes:

> 2012/3/16 Francisco Vila <address@hidden>:
>> 2012/3/16 Xavier Scheuer <address@hidden>:
>>
>>> Simply moving the "Slur_engraver" from Voice level to Staff level does
>>> what you want, IIUC.
>>
>> Thank you! That's what I needed. I'm going to try the other example.
>> If that's so easily doable, please ignore my request.
>
> Well I'd change the title to "be able to start a slur from a specific
> note of a chord". This gives a warning and does not printa a slur. For
> cases like this, maybe still the named slurs have any sense.
>
> \version "2.15.30"
> \new Staff {
>   \new Voice \relative f {
>     <c''' c,( >16  d, b c )
>   }
> }

Ok, this is a different topic altogether.  Slurs currently are not
articulations but rather events.  That means that they have no
particular relation to any note in a given voice, but rather have a
starting time and an ending time.  Attaching them to some particular
notehead may need extensions in collision avoidance, and it needs more
of a framework than is already present.

In short, it would be out of the scope of a simple fix mainly tying
existing functionality together.  It might not require an insurmountable
amount of work, but it would definitely be an extension to be written in
C++.

-- 
David Kastrup




reply via email to

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