On Friday, 14 April 2000, "James Hammons" writes:

Simple bug, will be fixed in pl46.  Try the file below.

%%%% This fixes chord-customisation:
#(define (pitch->note-name pitch)
  (cons (cadr pitch) (caddr pitch)))
%%%%

#(set! note-names-alist
      (append 
      '(
        ((1 . 0) . ("Foo" ""))
        )
     note-names-alist))

#(set! chord-names-alist
      (append 
      '(
        (((0 . 0) (2 . -1) (4 . 0)) . ("Bar" . ("script" . "Baz")))
        (((0 . 0) (2 . -1) (4 . -1)) . ("X" . "y"))
        )))

chord = \notes\transpose c''\chords{
        c
        d:m
        e:m5-
}

\score{
        <
                \context ChordNames \chord
                \context Staff \chord
        >
}

(If you replace the function pitch->note-name in chord-names.scm
by the one in this file, maybe some of your noX problems are gone too)

Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org

Reply via email to