1
0
Fork 0
mirror of https://github.com/kastdeur/lilydrum.git synced 2025-05-17 13:29:12 +02:00

Created a nice Fullscore

eventhough bass and tenor scores have to be written still

path error in makedrum
This commit is contained in:
Eric Teunis de Boone 2015-11-05 01:46:10 +01:00
parent edd1abcaac
commit cd28625679
3 changed files with 414 additions and 1 deletions

View file

@ -29,7 +29,7 @@ class MakeDrum:
help='show Lilypond version and exit')
parser.add_argument('-x', '--drumfile',
dest='lilydrum', default='lilydrum/lilydrum.ly',
dest='lilydrum', default='lilydrum.ly',
help='Use the specified file for drums')
parser.add_argument('-c', '--pipefile',
dest='lilypipe', default='bagpipe.ly',