Posted May 20, 2024May 20 Hi, I´m searching for an option in PS score to bypass the rewriting the accidentals. My scale lists are carefully ordered in terms of enharmonics. I think that what mess it all is the make-omn expression I use before the PS. Is there some way of bypass reordering accidentals in the make-omn expression and also in the PS ? Thanks ! Julio
May 21, 2024May 21 Hi Julio, seems to be working fine in this short example. Jesper (setf pitch '(c4 eb4 a4 ds4 bb4 e4 gs4 cs4 gb4)) (setf omn1 (make-omn :length '(1/8) :pitch pitch :velocity '(pp) :span :pitch)) (ps 'gm :treble omn1 :time-signature '(3 8 1) :tempo 112)
May 22, 2024May 22 I also tried it with the scales from your last thread, and here it seems to work ok. I get the same spelling in ps as in the lists. Jesper
May 22, 2024May 22 Author Yes, everything is ok. I detected that what was messing the enharmonics was the ambitus function I put in my processing, not the make-omn or the PS. Best ! Julio
Create an account or sign in to comment