lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

1.4.8.uu2 strangy


From: Han-Wen Nienhuys
Subject: 1.4.8.uu2 strangy
Date: Tue, 20 Nov 2001 17:40:51 +0100

address@hidden 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   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]