Search the Community
Showing results for tags 'def score'.
-
Dear Friends, I'm working on a piano piece where each hand plays complementary rhythms. For example, If LH plays (s -s s s -s) then RH plays (-s s -s -s s) accordingly whit the concept. Everything is parametric, each hand have a set of pitches, dynamics and articulations, so I did one OMN assembling for each hand, to have more control over the material. It ends like you can see in the code, below. Since all I have is just the complementary rhythms, I'd like to write it in a form of continuous sixtenth notes, in cross staff. So, the problem is that in Finale I have to manually do all this painful work, dragging notes up and down, to make cross staffing, because, the output in the XML gives me two independent voices. It's really boring to do. Is there some way to automatically generating this cross staff layout, with this architeture of coding, preserving the content of each hand ? I use this kind of writing it a lot. Thanks for help ! Best, Julio (setf pianoassemblerh (assemble-seq lhmat1)) ;;; Material for Left hand (setf pianoassemblelh (assemble-seq rhmat1b)) ;;; Material for Right hand ;;; SCORE (def-score Piano-1 (:key-signature 'atonal ;:time-signature '((4 4 3) (4 4 1)) :time-signature '((3 4)) :tempo 80 :layout (piano-layout 'piano-rh 'piano-lh :all-accidentals t)) (piano-rh :omn pianoassemblerh :channel 1 :sound 'gm :program 'acoustic-grand-piano) (piano-lh :omn pianoassemblelh ))
- 12 replies
-
- def score
- piano layout
-
(and 1 more)
Tagged with: