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

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

Re: Lilypond 1.3.130 problems in chord-name.scm


From: Jan Nieuwenhuizen
Subject: Re: Lilypond 1.3.130 problems in chord-name.scm
Date: 23 Feb 2001 12:11:42 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

Peter Chubb <address@hidden> writes:

>       I get:
> Calculating column positions... ERROR: In expression
> (pitch->text-banter):

Thanks, an unfortunate, almost typo-bug.  Already fixed for 131 with
this:

--- ../lilypond-1.3.129/scm/chord-name.scm      Mon Feb 19 21:01:05 2001
+++ scm/chord-name.scm  Wed Feb 21 20:32:04 2001
@@ -278,10 +278,10 @@
   (pitch->text pitch))
 
 (define (pitch->chord-name-text-banter pitch)
-  (pitch->text-banter))
+  (pitch->text-banter pitch))
 
 (define (pitch->note-name-text-banter pitch)
-  (pitch->text-banter))
+  (pitch->text-banter pitch))
 
 (define (step->text pitch)
   (string-append


-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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