Re: stem fix 2

2002-09-29 Thread David Raleigh Arnold
On Sun, 29 Sep 2002 19:12:48 Han-Wen Nienhuys wrote: > [EMAIL PROTECTED] writes: > > What do you mean? > > #'merge-differently-dotted does the opposite of what we need - > > effectively ruining my hack. > > Please post full example if you have some smart way of typesetting > a > WITHOUT merging t

Re: stem fix 2

2002-09-29 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > What do you mean? > #'merge-differently-dotted does the opposite of what we need - > effectively ruining my hack. > Please post full example if you have some smart way of typesetting a > WITHOUT merging the noteheads. Yes. Simply add some code to note-collision.cc.

Re: stem fix 2

2002-09-29 Thread Rune Zedeler
Mats Bengtsson wrote: > > Why not use the official solution: > > \property Staff.NoteCollision \set #'merge-differently-dotted = ##t ?!?!?! What do you mean? #'merge-differently-dotted does the opposite of what we need - effectively ruining my hack. Please post full example if you have some sm

Re: stem fix 2

2002-09-29 Thread Mats Bengtsson
Why not use the official solution: \property Staff.NoteCollision \set #'merge-differently-dotted = ##t /Mats > Rune Zedeler wrote: > > > < a4 \\ \once \property Voice.Dots \override #'transparent = ##t a4.*2/3 > > > > > It probably even ruins the spacing because it adds space for an > > in

Re: stem fix 2

2002-09-28 Thread Rune Zedeler
Rune Zedeler wrote: > < a4 \\ \once \property Voice.Dots \override #'transparent = ##t a4.*2/3 > > > It probably even ruins the spacing because it adds space for an > invisible dot. Ofcourse the solution to this is to replace the property-setting with \once \property Voice.Dots \override #'mo

Re: stem fix 2

2002-09-28 Thread Rune Zedeler
David Bobroff wrote: > How would I get the two noteheads with > stems? Sorry but I can only come up with this very ugly hack: < a4 \\ \once \property Voice.Dots \override #'transparent = ##t a4.*2/3 > It probably even ruins the spacing because it adds space for an invisible dot. -Rune ___

Re: stem fix 2

2002-09-28 Thread David Raleigh Arnold
On Sat, 28 Sep 2002 08:06:44 Graham Percival wrote: > On Sat, 28 Sep 2002 07:54:07 + > David Bobroff <[EMAIL PROTECTED]> wrote: > > David Raleigh Arnold wrote: > > >Now, since you have two notes really sounding, you should have > > >two noteheads. If you had two instruments your notation > >

Re: stem fix 2

2002-09-28 Thread Graham Percival
On Sat, 28 Sep 2002 07:54:07 + David Bobroff <[EMAIL PROTECTED]> wrote: > David Raleigh Arnold wrote: > >Now, since you have two notes really sounding, you should have > >two noteheads. If you had two instruments your notation > >would be ok. For solo, it isn't. Sorry. > > Ok. I'll mentio

stem fix 2

2002-09-28 Thread David Bobroff
\score{ \notes\relative c'{ as2 < {a} \\ {a} > } \paper{} } David Raleigh Arnold wrote: >Now, since you have two notes really sounding, you should have >two noteheads. If you had two instruments your notation >would be ok. For solo, it isn't. Sorry. Ok. I'll mention this to the person