repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version.
[lilypond.git]
/
buildscripts
/
catmidi.py
blob
c90d6026272ca425c5debb410dcf9d4c62485d0d
1
#!@PYTHON@
2
3
import
sys
4
import
midi
5
6
(
h
,
tracks
) =
midi
.
parse
(
open
(
sys
.
argv
[
1
]).
read
())
7
8
tracks
=
tracks
[
1
:]
9
10
for
t
in
tracks
:
11
for
e
in
t
:
12
print
e