示例#1
0
def to_lib(lib):
    integrate.to_lib(lib)
    lib.add(strings_counter_score,
            counter_broken,
            winds_counter_broken_score,
            cello_pad_score,
            score0,
            namespace="integrate0")
示例#2
0
def to_lib(lib):
    integrate.to_lib(lib)
    lib.add(tenor_sax_half_counter_score, score1, namespace="integrate1")
示例#3
0
def to_lib(lib):
    integrate.to_lib(lib)
    intro.to_lib(lib)
    lib.add(score4, namespace="integrate4")
示例#4
0
def to_lib(lib):
    integrate.to_lib(lib)
    lib.add(score3, namespace="integrate3")
示例#5
0
import abjad, calliope

from imaginary.scores import score
from imaginary.fabrics import (instrument_groups, pulse_on_off_beat, dovetail,
                               driving_off, hit_cells, hits, lambda_segment,
                               lick, melody, osti, pad, pizz_flutter, pulse,
                               staggered_swell, swell_hit)

from imaginary.libraries import (home, counter, bass, drone, pitch_ranges,
                                 riff, chords)

from imaginary.stories import library
from imaginary.marks import intro, lyrical, rock, integrate

lib = library.Library()
integrate.to_lib(lib)
sb = lib("integrate_block6")

# ======================================================================
# COMMON RANGES:
# ======================================================================

pitch_ranges.MID_RANGES
pitch_ranges.BOTTOM_RANGES
pitch_ranges.TOP_RANGES
pitch_ranges.LOW_TO_HIGH_RANGES
pitch_ranges.LOW_TO_HIGHISH_RANGES
pitch_ranges.LOW_TO_MID_RANGES
pitch_ranges.HIGH_TO_LOW_RANGES
pitch_ranges.HIGHISH_TO_LOW_RANGES
pitch_ranges.HILL_UP_RANGES