Francisco Vila <paconet....@gmail.com> writes:

> 2012/3/16 Francisco Vila <paconet....@gmail.com>:
>> 2012/3/16 Xavier Scheuer <x.sche...@gmail.com>:
>>
>>> 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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to