示例#1
0
# -*- encoding: utf-8 -*-
#! /usr/bin/env python

if __name__ == '__main__':

    from abjad import *
    from abjad.demos import mozart

    lilypond_file = mozart.make_mozart_lilypond_file()
    show(lilypond_file)
示例#2
0
def test_demos_mozart_01():

    lilypond_file = make_mozart_lilypond_file()