Metadata-Version: 1.1
Name: digue
Version: 0.0.1
Summary: Lilypond new score wizard
Home-page: https://pypi.python.org/pypi/digue/
Author: Anton Curl
Author-email: curl.anton@gmail.com
License: GNU GPL
Download-URL: https://pypi.python.org/pypi/digue/
Description: Digue
        -------------------------------------
        
        This program will help you to create the skeleton of your Lilypond score. It is
        mostly oriented for scores with separate parts.
        
        It creates several files:
        - Score.ly contains the full score.
        - Each file in Parts/ contains the score bloc for one instrument. PDF files
          will be generated in the PDF/ folder and MIDI files in the MIDI/ folder.
        - The Notes/ directory contains the files you are going to edit to fill your
          score.
        
        To generate the score, run make.
        
        To generate the parts, run make parts.
        
Keywords: lilypond
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
