gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: LilyPond 1.3.152


From: Han-Wen Nienhuys
Subject: Re: LilyPond 1.3.152
Date: Sun, 6 May 2001 02:47:27 +0200

address@hidden writes:
> On 04 May 2001 13:18:37 +0200, Han-Wen Nienhuys wrote:
> > 
> > 
> > This is it, I've gotten fed up with not-hacking for the sake of
> > stability. We will release 1.4 during the next week. 
> > 
> 
> Are there still time for complaints... ?
> 
> 1. You forgot the oneline patch to accordion-defs.ly I sent, so here it
> is again.

ok.

> 
> 2. And in this little example:
> 
> \score{
>   \notes\relative c'{ f8. g f16. g f32. g}
> }
> 
> all the dots except the first one are clashing with the flags. Is it
> possible to fix this?

fixed in .153

> 3. And there is a bug with some clefs. In the next little example, I get
> the clef I want, but the
> notehead should be two octave up. (Violin clef with a "8" below is used
> to print tenor voices
> in choirs instead of using a bass clef)

Thanks.



--- clef.scm~       Fri May  4 01:31:43 2001
+++ clef.scm        Sun May  6 02:46:42 2001
@@ -88,8 +88,8 @@
     (if (equal? "8" (substring cl (- l 1) l))
     (begin
     (if (equal? "^" (substring cl (- l 2) (- l 1)))
-        (set! oct 7)
-            (set! oct -7))
+                (set! oct -7)
+                    (set! oct 7))

                     (set! cl (substring cl 0 (- l 2)))))

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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