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



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 whose manuscript I'm working from and
see how he wants it to appear.  How would I get the two noteheads with
stems?  On a couple of my other tries before the above solution I got two
noteheads but only one stem.  Would that be the correct notation?

Thanks,

David Bobroff




___
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