You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to symbolic...@googlegroups.com
Hi,
I have a book where every line consists of the same 14 letters:
(setq line1 (open-sequence '(schoener Witz Unbedeutend)))
-->(s c h o e n e r w i t z u n b e d e u t e n d) ;
(setq line2 (open-sequence '(er scheint unbedeutend zwo)))
-->(e r s c h e i n t u n b e d e u t e n d z w o)
;the following symbols are used:
(sort-sym< zeile2)
-->(b c d d e e e e e h i n n n o r s t t u u w z)
(find-minimal (sort-sym< zeile2))
-->(b c d e h i n o r s t u w z)
how can I map every of these symbols to a certain pitch?
I know that I can map pitches to symbols like this:
(create-tonality my-scale-notes '(f 3 f# 3 g 3 g# 3 a 3 a# 3))
; so a=f3, b=f#3, c=g3 ens.
so I need to define (b c d e h i n o r s t u w z)
;= a b c d e f g h i j k l m n
so that
-->(s c h o e n e r w i t z u n b e d e u t e n d) ;will become:
;= j b e h..
-->(e r s c h e i n t u n b e d e u t e n d z w o) ;and will become:
;= d i j b..
I can find no way to remap the symbols, or maybe I'am on the wrong track..?
thanks!
ole
ole
unread,
Oct 19, 2013, 1:46:03 PM10/19/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message