Skip to content

Releases: MutopiaProject/mupub

1.0.8 bugfix release

05 Dec 22:41
Compare
Choose a tag to compare

Fixes several bugs in version compares handling. The application will exit if no compiler is found for the version.

Release 1.0.6

02 Oct 16:59
Compare
Choose a tag to compare

Bug fixes and typos.

1.05 beta, build improvements

30 Jul 20:15
Compare
Choose a tag to compare

Added include directive (-I) so that builds can be directed to sub-folders under the lys folder. Added additional error checking in the init command.

1.0.4 beta

01 Jun 23:14
Compare
Choose a tag to compare

Use raw loading of header tags when necessary.

n. b., Headers are expected to be wrapped in a \header {} construct, many of our older contributions are constructed with only the header contents in a separate file which are then included from other files. For example,
In main.ly,

\header {
\include "raw-header.ly"
}

The raw-header.ly in the example would contain only name=value pairs.

Note that mupub cannot automatically tag raw header files. Yet.

Beta 3 release

13 Mar 21:12
Compare
Choose a tag to compare
Beta 3 release Pre-release
Pre-release

Improved error reporting.
Updated requirements, in your virtual environment use,
pip install --upgrade -r devo-requirements.txt
Looks in secondary location for build scripts.

Third beta

26 Dec 19:09
Compare
Choose a tag to compare

Does not run a preview pass on part scores.

Second beta

13 Dec 00:15
Compare
Choose a tag to compare

Supports building part scores. The command line would look something like this,

$ mupub build --header-file=header.ily --parts-folder=parts

This would look for a folder called parts under -lys/parts and build all LilyPond files within that folder, depositing the output in the main publishing folder for the piece. The main piece source file is built first. The part build assets are collected into the appropriate compressed files.

First beta

04 Nov 22:09
Compare
Choose a tag to compare

Allows for an pre-made preview image to be picked up for publication. Most useful for book publishing.

Install as usual

$ python3 -m pip uninstall mupub
$ python3 -m pip install $HOME/work/mupub/dist/mupub-1.0.0b0-py2.py3-none-any.whl --user
$ mupub init

Init is necessary to pick up new configuration. To see what is in your configuration:

$ mupub init --dump

Enhancement release

02 Nov 19:25
Compare
Choose a tag to compare

Improved header file resolution, miscellaneous bug fixes.

Alpha Release #8

19 Oct 23:10
Compare
Choose a tag to compare
Alpha Release #8 Pre-release
Pre-release

Repair ID assignment logic and warnings.
Improve compatibility with python 3.4.