lilypond-user
[Top][All Lists]
Advanced

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

Re: Ties to nothing


From: Roland Goretzki
Subject: Re: Ties to nothing
Date: Sat, 30 Oct 2004 21:16:43 +0200
User-agent: Mutt/1.5.5.1+cvs20040105i

Hello list, hello Tim,

You wrote:

> In percussion music, it is normal to have a tie to nothing after a cymbal 
> note, to indicate that the cymbal should be left to ring.
> 
> Can anyone help me achieve this effect in lilypond 2.0.3 (lilypond book if 
> that makes any difference)?

I'm not quite sure, if my solution is what You want, but perhaps try to
connect the tie with an unvisible note and use polyphony:

    \stemUp
     << { \tieDown b1:32~b4~ \hideNotes b4 } \\
        { \unHideNotes s1 s4
        \once\override Rest #'extra-offset = #'(0 . 4)
        r4 }
     >> r2 \bar "|."

This shows the tie pointing to the rest.
In this case it is necessary to shift the rest, because of the polyphony
sets it apart.

Another possibility without polyphony:

    \stemUp
     b1:32~b4*3/4~ \hideNotes b16 \unHideNotes r4 r2 \bar "|."

This ends the tie before the rest, but in my opinion the first form
looks a little bit better ... ;-)

By a little bit playing with it You could perhaps find a satisfying
solution.

Best Regards           Roland




reply via email to

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