lilypond-user
[Top][All Lists]
Advanced

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

Re: Repeats and ties (better)


From: Mats Bengtsson
Subject: Re: Repeats and ties (better)
Date: Tue, 18 Mar 2003 10:57:13 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130

The easiest is probably to add an invisible note that the tie can start
from:

\alternative{{...}{\makeInvisible c4/2 ~ \makeVisible c4/2 ...}
where the macros can be defined as

makeInvisible = {\property Voice.NoteHead \override #'transparent = ##t
          \property Voice.Stem \override #'transparent = ##t }
makeVisible = { \property Voice.NoteHead \revert #'transparent
       \property Voice.Stem \revert #'transparent }

The 4/2 duration is just a trick to avoid that the extra note destroys
the rhythm.

    /Mats


Marco Caliari wrote:
Hi.

In my previous mail I was not clear enough. If you have

\repeat volta 2 {d1 c~} \alternative {{c d c}{c}}

there should be a slur sign before the c in the second alternative, not
starting from the c~, but starting from "nothing", after the repeat bar
between the alternatives. I think it should be automatic, but is there
a way to put a slur sign as wanted?

-------------
Marco



_______________________________________________
Lilypond-user mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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