Пример #1
0
        violinI2 = ViolinI2()
        violinII1 = ViolinII1()
        violinII2 = ViolinII2()
        viola1 = Viola1()
        viola2 = Viola2()
        cello1 = Cello1()
        cello2 = Cello2()
        bass = Bass()
        drone0 = LINES[0].show_data(show_data_attr="original_depthwise_index")
        line1 = LINES[1].show_data(show_data_attr="original_depthwise_index")
        line2 = LINES[2].show_data(show_data_attr="original_depthwise_index")
        line3 = LINES[3].show_data(show_data_attr="original_depthwise_index")
        line4 = LINES[4].show_data(show_data_attr="original_depthwise_index")
        line5 = LINES[5].show_data(show_data_attr="original_depthwise_index")
        line6 = LINES[6].show_data(show_data_attr="original_depthwise_index")
        line7 = LINES[7].show_data(show_data_attr="original_depthwise_index")
        line8 = LINES[8].show_data(show_data_attr="original_depthwise_index")
        line9 = LINES[9].show_data(show_data_attr="original_depthwise_index")

    return OrchestrationH


# -------------------------------------------------------------------------
# OUTPUT SCORE

bubbles.illustrate_me(
    __file__, lambda: staves.CopperScore(get_orchestration_h()(),
                                         title="Copper: H",
                                         show_short_score=True,
                                         hide_empty=True).get_lilypond_file())
Пример #2
0
        violinI1 = StringsArrange0()
        violinI2 = StringsArrange0()
        violinII1 = StringsArrange0()
        violinII2 = StringsArrange0()
        viola1 = StringsArrange0()
        viola2 = StringsArrange0()
        cello1 = StringsArrange0()
        cello2 = StringsArrange0()
        bass = Bass()
        drone0 = LINES[0].show_data(show_data_attr="original_depthwise_index")
        line1 = LINES[1].show_data(show_data_attr="original_depthwise_index")

    return Orchestration0


# print(dir())
# print(__package__)
# print(get_orchestration_0().bass)

# -------------------------------------------------------------------------
# OUTPUT SCORE

bubbles.illustrate_me(
    __file__,
    lambda: staves.CopperScore(
        get_orchestration_0()(),
        title=
        "Copper: 0",  # TO DO... note that title attribute is not currently used (re-implement?)
        show_short_score=True,
        hide_empty=True).get_lilypond_file())