Sedsongs: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[File:I.mid]] | [[File:I.mid]] | ||
<source lang="text"> | |||
@head { | |||
$time_sig 4/4 | |||
$tempo 120 | |||
} | |||
@body { | |||
@channel 1 { | |||
$patch 1 | |||
$octave 4 | |||
$length 16 | |||
# notes here! | |||
c e g | |||
} | |||
} | |||
</source> |
Revision as of 14:38, 8 October 2010
@head {
$time_sig 4/4
$tempo 120
}
@body {
@channel 1 {
$patch 1
$octave 4
$length 16
# notes here!
c e g
}
}