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 
  invisible dot.
 
 Ofcourse the solution to this is to replace the property-setting with
 
 \once \property Voice.Dots \override #'molecule-callback = \turnOff
 
 Sorry for not thinking late at night :-)
 
 Good night!
 
 -Rune


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



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 smart way of typesetting a //
a  WITHOUT merging the noteheads.

-Rune


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



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 //
  a  WITHOUT merging the noteheads.
 
 Yes. Simply add some code to note-collision.cc. 
 
 :)
/usr/share/doc/lilypond/examples/input/test/force-hshift.fly
/usr/share/doc/lilypond/examples/input/test/force-hshift.ly
/usr/share/doc/lilypond/examples/input/test/hshift.fly
/usr/share/doc/lilypond/examples/input/test/hshift.ly
/usr/share/doc/lilypond/examples/input/test/note-shift.ly
/usr/share/doc/lilypond/examples/input/test/note-shift.sly

I hope this isn't gone.  DaveA


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



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



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



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 #'molecule-callback = \turnOff

Sorry for not thinking late at night :-)

Good night!

-Rune



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user