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

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

Re: Danish Chordnames


From: Jan Nieuwenhuizen
Subject: Re: Danish Chordnames
Date: 19 Feb 2001 18:07:44 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

Rune Zedeler <address@hidden> writes:

> Thanks. That's not enough, though - and I don't know enough sceme (any
> sceme, in fact) to correct it my self.
> 
> \chords {g/+b ges/+bes}
> 
> are still "english"

Ha, but that's just a bug.  I admit the `hooks' for things like this
are a bit ad-hoc.  Try this:

--- scm/chord-name.scm.orig     Mon Feb 19 18:03:32 2001
+++ scm/chord-name.scm  Mon Feb 19 18:04:29 2001
@@ -444,9 +444,9 @@
                      (cdr base-and-inversion)))
             (cons "/" (append
                        (if (car base-and-inversion)
-                           (pitch->text 
+                           (pitch->text-banter 
                             (car base-and-inversion))
-                           (pitch->text 
+                           (pitch->text-banter
                             (cdr base-and-inversion)))
                        '()))
             '())


-- 
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]