Exemplo n.º 1
0
def test_demos_desordre_01():

    lilypond_file = desordre.make_desordre_lilypond_file()
Exemplo n.º 2
0
# -*- coding: utf-8 -*-
#! /usr/bin/env python

if __name__ == '__main__':
    from abjad import show
    from abjad.demos import desordre
    lilypond_file = desordre.make_desordre_lilypond_file()
    show(lilypond_file)
Exemplo n.º 3
0
def test_demos_desordre_01():

    lilypond_file = desordre.make_desordre_lilypond_file()