Metadata-Version: 1.1
Name: Cavatina
Version: 0.1.2
Summary: Musical Notation Parser for Cavatina Synthax.
Home-page: http://cavatinafont.com
Author: Alexis Luengas Zimmer
Author-email: lex@cavatinafont.com
License: LGPL
Description: ==========
         Cavatina 
        ==========
        
        Cavatina is a font for writing music. This homonymous library contains the parser and translator for the Cavatina syntax. Refer to http://cavatinafont.com/howto for the syntax specification.
        
        Common commands::
        
            $ python rtf2xml.py [path] [format]
            
            $ python translateToMusic21.py [string] [format]
        
        Output path is current working directory. ``path`` should be a rich text file or a text file. Possible values for ``format`` are musicxml (default) and midi.
        
        
        Installation
        ============
        
        Double click on ``installer.command`` or do
        
            $ python setup.py install
        
        Dependencies
        ------------
        
        * music21
        
        Services
        --------
        
        The ``services`` folder contains right-click menu shortcuts for the translator. There are installation instructions inside the folders within.
        
Keywords: music notation parser converter musicxml midi
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Multimedia :: Sound/Audio :: Conversion
Classifier: Topic :: Multimedia :: Sound/Audio :: MIDI
Classifier: Topic :: Text Processing
