Hi,
I’m trying to use mc->n1 and mc1->n with the optional ascii-note-do-scale but I don’t know how it works; I get errors
I can create a function but it only work for numbers not lists. For example:
(lambda (midi)
(print midi)
(mc->n1 a-list ascii-note-do-scale))
and of course it returns strings, not symbols. It would be great to have n->mc to understand (do3 re4 mi3 sib3) and also have om-lily to export with that notation:
\language “français”
\relative do’ {
do re mi sib
}
Thanks