When writing music with the Haskore programs from Paul Hudack
I have found the following difficult:
I would like to write a slur phrase and a crescendo phrase
that overlap, but not completely. Separately they are something
like
slurPhrase = Phrase [Art (Slur 1.2)]
(c 5 wh [] :+: c 5 qn [])
crescendoPhrase = Phrase [Dyn (Crescendo 1.2)]
(e 5 qn [] :+: g 5 qn [] :+: c 5 wh [])
The final phrase should be formed by crescendoPhrase followed by slurPhrase,
but they should overlap and the last note of the crescendoPhrase and the first
note of the slurPhrase should be the same note: the note (c 5 wn []).
I could not find a way of representing this construction in Haskore.
Has anyone devised such a way?
Thanks.
Prof. Jose Romildo Malaquias
[EMAIL PROTECTED]
Departamento de Computacao
Universidade Federal de Ouro Preto
BRASIL