projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03096f1
)
midi2ly: bump version in output to 2.7.38 (oldest supported).
author
Jan Nieuwenhuizen
<janneke@gnu.org>
Fri, 3 Dec 2010 21:37:19 +0000
(22:37 +0100)
committer
Jan Nieuwenhuizen
<janneke@gnu.org>
Fri, 3 Dec 2010 21:37:19 +0000
(22:37 +0100)
This makes midi2ly output actually processable without problems by
the latest lilypond.
scripts/midi2ly.py
patch
|
blob
|
history
diff --git
a/scripts/midi2ly.py
b/scripts/midi2ly.py
index e0a00ae170310a5a9d40a8d92a60f86b7db8a443..eb15312de11eb57d735475afcc39471df7bbfd6f 100644
(file)
--- a/
scripts/midi2ly.py
+++ b/
scripts/midi2ly.py
@@
-826,7
+826,7
@@
def convert_midi (in_file, out_file):
s = ''
- s = tag + '\n\\version "2.7.
1
8"\n\n'
+ s = tag + '\n\\version "2.7.
3
8"\n\n'
for i in range (len (tracks)):
s = s + dump_track (tracks[i], i)