bspaans / python-mingus

Mingus is a music package for Python
GNU General Public License v3.0
855 stars 169 forks source link

Is mingus based on lilypond? #51

Open ghost opened 6 years ago

ghost commented 6 years ago

This is not an error, but a question. Does mingus convert the python code to lilypond data?

mmarchini commented 6 years ago

Mingus has a few helpers to generate Lilypond strings and PDF. There's an example in the docs (I never tried it though):

https://bspaans.github.io/python-mingus/doc/wiki/tutorialExtraLilypond.html

Avantol13 commented 6 years ago

it's not really based on lilypond, there are some utilities that help to generate some basic lilypond strings (I'm using it for simple PDF creation at the moment). I was actually thinking of expanding the lilypond support for extra configuration in PDF generation sometime soon, looks like this repo is gathering dust though... :(