[EMAIL PROTECTED] writes:
> (I didn't know whether to post this here ore on bug... Posted it here...
> (Yes, I did))
> I don't know how common notation goes, but I consider it very strange
> that the default behaviour of lilypond is that on the middle line,
> beamless stems go down, but beams go up.
try this:
--- lily.scm~ Tue Oct 2 00:48:47 2001
+++ lily.scm Tue Nov 20 17:39:56 2001
@@ -60,7 +60,7 @@
(define (sign x)
(if (= x 0)
- 1
+ 0
(if (< x 0) -1 1)))
(define (write-me n x)
--
Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.cs.uu.nl/~hanwen/
_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel