mirror of
https://github.com/kastdeur/lilydrum.git
synced 2025-05-17 13:29:12 +02:00
various small updates in non-music files
This commit is contained in:
parent
87c2ef5fd8
commit
15ce8e7c1e
11 changed files with 137 additions and 47 deletions
1
makedrum
1
makedrum
|
@ -203,7 +203,6 @@ class MakeDrum:
|
|||
if line.startswith(u'\\include'):
|
||||
# Rewrite includes to absolute location of file
|
||||
incline = line.replace('\\include', '').strip('"\' ')
|
||||
print("include "+incline)
|
||||
if not incline.startswith('\\'): #already absolute
|
||||
incline = os.path.join(os.path.relpath(os.path.dirname(file)), incline)
|
||||
line = "\\include \""+incline+"\""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue