September 17, 201510 yr Score layout example with :ignore options. (def-score serial-map (:key-signature 'chromatic :time-signature (get-time-signature mat) :tempo tempo :layout (list (treble-layout 'rh :lines 1 :ignore-bars t :ignore-tempo t :ignore-time-signature t :bar-adjustments '(((2 11 12 14 15 20 22 35 41 43) :lines 0 :notehead :none) (2 :note "Audio (I) - - -" :lines 0 :notehead :none) (6 :note "Audio (II) - -") (11 :note "Audio (III) - - -") (14 :note "Audio (IV) - -") (21 :note "Audio (V) - - - -") (29 :note "Audio (VI) - - - -") (38 :note "Audio (VII) - -") (43 :note "Audio (VIII) - - -") )) (bass-layout 'lh :lines 1 :ignore-bars t :ignore-time-signature t :bar-adjustments '(((1 3 4 6 7 9 10 13 16 17 18 19 21 22 23 24 26 27 29 30 31 32 33 38 39 40) :lines 0 :notehead :none) )))) (rh :omn (gen-extract '(c4 c7) mat) :sound 'PR :channel 1) (lh :omn (gen-extract '(c1 bb3) mat) :sound 'PR :channel 2) ) (compile-score '((serial-map :start 1 :end 43)))
Create an account or sign in to comment