lilypond-user
[Top][All Lists]
Advanced

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

Re: tie engraver in staff? (Re: Tie doesn't tie)


From: David Kastrup
Subject: Re: tie engraver in staff? (Re: Tie doesn't tie)
Date: Mon, 09 Nov 2009 11:58:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Wilbert Berendsen <address@hidden> writes:

> Agreed. Even when explicitly instantiating voices it remains necessary to use 
> them for e.g. cross-voice ties. Easy cross-voice ties would be very nice, as 
> they occor very often in keyboard music. This is an example that works:
>
> \layout {
>   \context {
>     \Staff
>     \consists "Tie_engraver"
>   }
>   \context {
>     \Voice
>     \remove "Tie_engraver"
>   }
> }
>
> \new Staff \relative c' <<
>   { c4 e~ g b }
>   \\
>   { a,2 e' }
>>>
>
> But I don't know how it would affect more complex stuff such as multiple 
> voices with tied chords in a staff.

One thing that would help is a concept of graceful degradation.  With
that I mean that the Tie_engraver in a voice may declare "I give up",
and _if_ (and only if) one happens to have a Tie_engraver in the Staff,
it will then get control in order to also place the tie.

-- 
David Kastrup





reply via email to

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