Re: Repeats and ties (better)

2003-03-19 Thread Marco Caliari
On Tue, 18 Mar 2003, Mats Bengtsson wrote: > 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 #'transparen

Re: Repeats and ties (better)

2003-03-18 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Thanks. I will try it as soon as possible. However, it is a little > complicated. All the scores I have seen (marching bands scores, above all) > have that short tie. The same for slurs starting before the first > alternative and ending on the second. I think it should b

Re: Repeats and ties (better)

2003-03-18 Thread Marco Caliari
Thanks. I will try it as soon as possible. However, it is a little complicated. All the scores I have seen (marching bands scores, above all) have that short tie. The same for slurs starting before the first alternative and ending on the second. I think it should be automatic. Will it be? Marco O

Re: Repeats and ties (better)

2003-03-18 Thread Mats Bengtsson
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 #'transpa

Repeats and ties (better)

2003-03-18 Thread Marco Caliari
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 shoul