1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-17 21:39:17 +02:00

Error in last part of Lady MacKenzie of Fairburn for Pipes, added composer & arranger

Little update in Readme and Todo
This commit is contained in:
Eric Teunis de Boone 2015-11-30 22:37:29 +01:00
parent 15ce8e7c1e
commit a4c5306daf
5 changed files with 19 additions and 16 deletions

View file

@ -10,7 +10,7 @@ from argparse import ArgumentParser
class MakeDrum:
LILYPOND = 'lilypond'
VERSION = '0.9'
VERSION = '0.9.5'
TMP_DIR = './tmp'
TMP_PREFIX = 'tmp_'
MASTER_DIR = os.path.dirname(os.path.abspath(__file__))