def V1(voice): voice = score["Violin.1.Music"] music = baca.make_repeat_tied_notes( accumulator.get(1, 7), do_not_rewrite_meter=True ) voice.extend(music) music = library.make_picket_rhythm( accumulator.get(8, 12), 4, 2, rmakers.force_note( lambda _: baca.select.tuplet(_, 0), ), rmakers.tie( lambda _: abjad.select.leaves(abjad.select.tuplets(_)[:1])[:-1], ), ) voice.extend(music) music = baca.make_repeat_tied_notes( accumulator.get(13, 16), do_not_rewrite_meter=True ) voice.extend(music) music = library.make_picket_rhythm( accumulator.get(17, 20), 4, 2, rmakers.force_note( lambda _: baca.select.tuplet(_, 0), ), rmakers.tie( lambda _: abjad.select.leaves(abjad.select.tuplets(_)[:1])[:-1], ), ) voice.extend(music) music = baca.make_repeat_tied_notes( accumulator.get(21, 24), do_not_rewrite_meter=True ) voice.extend(music) music = library.make_picket_rhythm( accumulator.get(25, 28), 4, 2, rmakers.force_note( lambda _: baca.select.tuplet(_, 0), ), rmakers.tie( lambda _: abjad.select.leaves(abjad.select.tuplets(_)[:1])[:-1], ), ) voice.extend(music) music = baca.make_repeat_tied_notes( accumulator.get(29, 32), do_not_rewrite_meter=True ) voice.extend(music) baca.append_anchor_note_function(voice)
def VA(voice): voice = score["Viola.Music"] music = library.make_circle_rhythm( accumulator.get(1, 6), (1, 4), ) voice.extend(music) music = library.make_picket_rhythm( accumulator.get(7), 4, 0, ) voice.extend(music) music = baca.make_mmrests(accumulator.get(8), head=voice.name) voice.extend(music)
def V1(voice): voice = score["Violin.1.Music"] music = library.make_trajectory_rhythm( accumulator.get(1, 2), "B", 0, 0, end_counts=[1], ) voice.extend(music) voice.extend(music) music = library.make_desynchronization_rhythm( accumulator.get(3, 4), 4, [2], ) voice.extend(music) music = library.make_trajectory_rhythm( accumulator.get(5), "B", 0, 0, ) voice.extend(music) music = library.make_accelerando( accumulator.get(6, 8), (8, 32), (1, 2), ) voice.extend(music) music = library.make_trajectory_rhythm( accumulator.get(9), "B", -3, -3, ) voice.extend(music) music = baca.make_repeat_tied_notes(accumulator.get(10)) voice.extend(music) music = library.make_trajectory_rhythm( accumulator.get(11, 14), "B", -3, -3, ) voice.extend(music) music = baca.make_repeat_tied_notes(accumulator.get(15)) voice.extend(music) music = library.make_trajectory_rhythm( accumulator.get(16), "B", -3, -3, ) voice.extend(music) music = baca.make_repeat_tied_notes(accumulator.get(17)) voice.extend(music) music = library.make_flight_rhythm( accumulator.get(18, 20), "A", 0, start=0, ) voice.extend(music) music = library.make_picket_rhythm( accumulator.get(21), 4, 2, ) voice.extend(music) music = baca.make_mmrests(accumulator.get(22), head=voice.name) voice.extend(music) music = library.make_picket_rhythm( accumulator.get(23), 4, 2, ) voice.extend(music) music = library.make_flight_rhythm( accumulator.get(24, 31), "A", 0, start=0, ) voice.extend(music) music = library.make_flight_rhythm( accumulator.get(32, 37), "A", 0, start=0, ) voice.extend(music) music = library.make_flight_rhythm( accumulator.get(38, 45), "A", 0, start=0, ) voice.extend(music) music = baca.make_repeat_tied_notes( accumulator.get(46, 53), do_not_rewrite_meter=True, ) voice.extend(music) music = baca.make_mmrests(accumulator.get(54), head=voice.name) voice.extend(music)
def VA(voice): voice = score["Viola.Music"] music = library.make_trajectory_rhythm( accumulator.get(1, 2), "B", -2, -2, end_counts=[1], ) voice.extend(music) music = library.make_desynchronization_rhythm( accumulator.get(3, 4), 4, [0], ) voice.extend(music) music = baca.make_repeat_tied_notes(accumulator.get(5, 11), do_not_rewrite_meter=True) voice.extend(music) music = library.make_trajectory_rhythm( accumulator.get(12, 13), "B", -3, -3, ) voice.extend(music) music = baca.make_repeat_tied_notes(accumulator.get(14, 15)) voice.extend(music) music = library.make_trajectory_rhythm( accumulator.get(16, 17), "B", -3, -3, ) voice.extend(music) music = library.make_flight_rhythm( accumulator.get(18, 20), "A", -1, start=4, ) voice.extend(music) music = library.make_picket_rhythm( accumulator.get(21), 4, 0, ) voice.extend(music) music = baca.make_mmrests(accumulator.get(22), head=voice.name) voice.extend(music) music = library.make_picket_rhythm( accumulator.get(23), 4, 0, ) voice.extend(music) music = library.make_flight_rhythm( accumulator.get(24, 31), "A", -1, start=4, ) voice.extend(music) music = library.make_flight_rhythm( accumulator.get(32, 37), "A", -1, start=4, ) voice.extend(music) music = library.make_flight_rhythm( accumulator.get(38, 42), "A", -1, start=4, ) voice.extend(music) music = library.make_to_flight_rhythm( accumulator.get(43, 45), [(8, 8), (3, 16)], ) voice.extend(music) music = baca.make_repeat_tied_notes( accumulator.get(46, 53), do_not_rewrite_meter=True, ) voice.extend(music) music = baca.make_mmrests(accumulator.get(54), head=voice.name) voice.extend(music)
def VA(voice): voice = score["Viola.Music"] music = library.make_continuous_tremolo_material(accumulator.get(1, 2)) voice.extend(music) music = baca.make_mmrests(accumulator.get(3), head=voice.name) voice.extend(music) music = library.make_picket_rhythm( accumulator.get(4, 5), 4, 0, rmakers.force_rest(lambda _: baca.select.tuplet(_, 0), ), ) voice.extend(music) music = library.make_grid_to_trajectory_rhythm( accumulator.get(6, 23), 0, -4, 0, ) voice.extend(music) music = library.make_measure_initiation_rhythm(accumulator.get(24, 33)) voice.extend(music) music = library.make_declamation_rhythm(accumulator.get(34)) voice.extend(music) music = library.make_measure_initiation_rhythm(accumulator.get(35, 40)) voice.extend(music) music = baca.make_mmrests(accumulator.get(41), head=voice.name) voice.extend(music) music = library.make_desynchronization_rhythm( accumulator.get(42, 49), 4, [0], ) voice.extend(music) music = library.make_trajectory_rhythm( accumulator.get(50, 61), "C", -2, -1, ) voice.extend(music) music = baca.make_mmrests(accumulator.get(62), head=voice.name) voice.extend(music) music = library.make_running_quarter_divisions( accumulator.get(63, 76), 2, ) voice.extend(music) music = baca.make_repeat_tied_notes(accumulator.get(77, 80)) voice.extend(music) music = baca.make_mmrests(accumulator.get(81), head=voice.name) voice.extend(music) music = library.make_talea_eighth_notes( accumulator.get(82, 85), [3, 6, 8], -2, -1, end_counts=[1], ) voice.extend(music) music = baca.make_mmrests(accumulator.get(86)) voice.extend(music) music = library.make_talea_eighth_notes( accumulator.get(87, 88), [3, 6, 8], -2, -1, ) voice.extend(music) music = library.make_desynchronization_rhythm( accumulator.get(89, 96), 4, [0], ) voice.extend(music) music = library.make_trajectory_rhythm( accumulator.get(97, 108), "C", -2, -1, ) voice.extend(music) music = library.make_talea_eighth_notes( accumulator.get(109, 110), [3, 6, 8], -2, -1, ) voice.extend(music) music = baca.make_mmrests(accumulator.get(111), head=voice.name) voice.extend(music) music = library.make_talea_eighth_notes( accumulator.get(112, 119), [3, 6, 8], -2, -1, ) voice.extend(music) music = baca.make_mmrests(accumulator.get(120, 127), head=voice.name) voice.extend(music)
def V1(voice): voice = score["Violin.1.Music"] music = baca.make_repeat_tied_notes(accumulator.get(1, 5)) voice.extend(music) music = library.make_circle_rhythm( accumulator.get(6), (1, 8), ) voice.extend(music) music = library.make_accelerando( accumulator.get(7, 8), (1, 2), (8, 32), ) voice.extend(music) music = library.make_desynchronization_rhythm( accumulator.get(9, 16), 4, [0, 2, 1], ) voice.extend(music) music = baca.make_mmrests(accumulator.get(17, 22), head=voice.name) voice.extend(music) music = library.make_picket_rhythm( accumulator.get(23, 28), 4, 2, rmakers.force_rest( lambda _: baca.select.tuplet(_, 0), ), ) voice.extend(music) music = baca.make_mmrests(accumulator.get(29), head=voice.name) voice.extend(music) music = library.make_accelerando( accumulator.get(30, 31), (1, 2), (4, 32), ) voice.extend(music) music = baca.make_mmrests(accumulator.get(32), head=voice.name) voice.extend(music) music = library.make_clouded_pane_rhythm(accumulator.get(33, 34)) voice.extend(music) music = baca.make_mmrests(accumulator.get(35), head=voice.name) voice.extend(music) music = baca.make_repeat_tied_notes(accumulator.get(36, 37)) voice.extend(music) music = library.make_accelerando( accumulator.get(38, 40), (1, 2), (4, 32), ) voice.extend(music) music = baca.make_mmrests(accumulator.get(41), head=voice.name) voice.extend(music) music = library.make_accelerando( accumulator.get(42, 45), (1, 2), (4, 32), ) voice.extend(music) music = baca.make_mmrests(accumulator.get(46), head=voice.name) voice.extend(music) music = library.make_picket_rhythm( accumulator.get(47, 51), 4, 2, ) voice.extend(music) music = library.make_loure_tuplets_material( accumulator.get(52), 0, ) voice.extend(music) music = library.make_clouded_pane_rhythm(accumulator.get(53, 54)) voice.extend(music) music = library.make_loure_tuplets_material( accumulator.get(55), 0, ) voice.extend(music) music = library.make_circle_rhythm( accumulator.get(56), (1, 8), ) voice.extend(music) baca.append_anchor_note_function(voice)
def VA(voice): voice = score["Viola.Music"] music = baca.make_repeat_tied_notes(accumulator.get(1, 5)) voice.extend(music) music = library.make_circle_rhythm( accumulator.get(6), (1, 2), rmakers.force_rest(lambda _: baca.select.lt(_, 0)), remainder=abjad.LEFT, ) voice.extend(music) music = library.make_accelerando( accumulator.get(7, 8), (1, 2), (6, 32), ) voice.extend(music) music = library.make_desynchronization_rhythm( accumulator.get(9, 16), 4, [1, 0, 2], ) voice.extend(music) music = baca.make_mmrests(accumulator.get(17, 22), head=voice.name) voice.extend(music) music = library.make_picket_rhythm( accumulator.get(23, 28), 4, 0, rmakers.force_rest( lambda _: baca.select.tuplet(_, 0), ), ) voice.extend(music) music = baca.make_mmrests(accumulator.get(29), head=voice.name) voice.extend(music) music = library.make_accelerando( accumulator.get(30, 31), (1, 2), (12, 32), ) voice.extend(music) music = baca.make_mmrests(accumulator.get(32), head=voice.name) voice.extend(music) music = library.make_clouded_pane_rhythm(accumulator.get(33, 34)) voice.extend(music) music = baca.make_mmrests(accumulator.get(35), head=voice.name) voice.extend(music) music = baca.make_repeat_tied_notes(accumulator.get(36, 37)) voice.extend(music) music = library.make_accelerando( accumulator.get(38, 40), (1, 2), (12, 32), ) voice.extend(music) music = baca.make_mmrests(accumulator.get(41), head=voice.name) voice.extend(music) music = library.make_accelerando( accumulator.get(42, 45), (1, 2), (12, 32), ) voice.extend(music) music = baca.make_mmrests(accumulator.get(46), head=voice.name) voice.extend(music) music = library.make_picket_rhythm( accumulator.get(47, 51), 4, 0, ) voice.extend(music) music = library.make_loure_tuplets_material( accumulator.get(52), -1, ) voice.extend(music) music = library.make_clouded_pane_rhythm(accumulator.get(53, 54)) voice.extend(music) music = library.make_loure_tuplets_material( accumulator.get(55), -1, ) voice.extend(music) music = baca.make_mmrests(accumulator.get(56), head=voice.name) voice.extend(music)
def V2(voice): voice = score["Violin.2.Music"] music = baca.make_repeat_tied_notes(accumulator.get(1, 5)) voice.extend(music) music = baca.make_repeat_tied_notes(accumulator.get(6)) voice.extend(music) music = baca.make_repeat_tied_notes(accumulator.get(7, 10)) voice.extend(music) music = library.make_accelerando( accumulator.get(11, 12), (1, 2), (7, 32), ) voice.extend(music) music = library.make_desynchronization_rhythm( accumulator.get(13, 16), 4, [1, 0, 2], ) voice.extend(music) music = baca.make_mmrests(accumulator.get(17, 22), head=voice.name) voice.extend(music) music = library.make_picket_rhythm( accumulator.get(23, 28), 4, 1, rmakers.force_rest( lambda _: baca.select.tuplet(_, 0), ), ) voice.extend(music) music = baca.make_mmrests(accumulator.get(29), head=voice.name) voice.extend(music) music = library.make_accelerando( accumulator.get(30, 31), (1, 2), (8, 32), ) voice.extend(music) music = baca.make_mmrests(accumulator.get(32), head=voice.name) voice.extend(music) music = library.make_clocktick_rhythm(accumulator.get(33)) voice.extend(music) music = baca.make_skeleton( r"\times 2/3 { c'8 r4 } \times 2/3 { c'8 r8 }", ) voice.extend(music) music = baca.make_mmrests(accumulator.get(35), head=voice.name) voice.extend(music) music = baca.make_repeat_tied_notes(accumulator.get(36, 37)) voice.extend(music) music = library.make_accelerando( accumulator.get(38, 40), (1, 2), (8, 32), ) voice.extend(music) music = baca.make_mmrests(accumulator.get(41), head=voice.name) voice.extend(music) music = library.make_accelerando( accumulator.get(42, 45), (1, 2), (8, 32), ) voice.extend(music) music = baca.make_mmrests(accumulator.get(46), head=voice.name) voice.extend(music) music = library.make_picket_rhythm( accumulator.get(47, 51), 4, 1, ) voice.extend(music) music = library.make_loure_tuplets_material( accumulator.get(52), 1, ) voice.extend(music) music = library.make_clocktick_rhythm(accumulator.get(53)) voice.extend(music) music = baca.make_skeleton( r"{ \times 2/3 { c'8 r4 } \times 2/3 { c'8 r8 } }", ) voice.extend(music) music = library.make_loure_tuplets_material( accumulator.get(55), 1, ) voice.extend(music) music = library.make_circle_rhythm( accumulator.get(56), (1, 4), ) voice.extend(music) baca.append_anchor_note_function(voice)