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

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

Pitch:transpose bug ?


From: Laurent Martelli
Subject: Pitch:transpose bug ?
Date: 04 Mar 2001 02:28:08 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

The following piece of scheme code gives a strange result:

#(define a (make-pitch 1 4 +1))
#(define b (Pitch::transpose a (make-pitch -1 5 +1)))
#(define c (make-pitch 1 5 +1))
#(define d (Pitch::transpose c (make-pitch -1 5 +1)))
\notes { #(display (list a b c d)) }


(#<Pitch gis'' > #<Pitch eisis'' > #<Pitch ais'' > #<PitchfÔ}xÈ#'' >)

-- 
Laurent Martelli
address@hidden              http://www.linuxfan.com/~laurent




reply via email to

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