Clip systems: Difference between revisions

mNo edit summary
mNo edit summary
 
Line 43: Line 43:
       % means NUM/DEN whole-notes into bar numbered BAR-NUMBER
       % means NUM/DEN whole-notes into bar numbered BAR-NUMBER


       clip-regions = #(list (cons
       clip-regions = #(list (cons (make-rhythmic-location 2 0 1)
                            (make-rhythmic-location 2 0 1)
                                  (make-rhythmic-location 4 0 1))
                            (make-rhythmic-location 4 0 1))
                             (cons (make-rhythmic-location 0 0 1)
                             (cons
                                  (make-rhythmic-location 4 0 1))
                            (make-rhythmic-location 0 0 1)
                             (cons (make-rhythmic-location 0 0 1)
                            (make-rhythmic-location 4 0 1))
                                  (make-rhythmic-location 6 0 1)))
                             (cons
                            (make-rhythmic-location 0 0 1)
                            (make-rhythmic-location 6 0 1)))
     }
     }
   }
   }