; two.tune.txt
; The smallest thing that is a tune: one voice, two sequences, and an instrument change.
; Written by Anachronaut
;
; BOTH NOTES ARE NUMBER 60. The octave between them is the #Use in the second sequence, which
; loads the other patch - so what this plays says the whole path works: a header, a tick taken
; from it, two tables relocated, an order list followed, and a patch out of the file.

#Tick 0d125000              ; A sixteenth note at 120 beats a minute.

#Patch Low  low.patch
#Patch High high.patch

#Voice 0d0 Low                ; What voice nought starts on. The other three have no part.

#Sequence Plain
  0d60 0d4

#Sequence Octave
  #Use High                 ; A command, which takes no tick at all.
  0d60 0d4

#Order 0d0
  Plain Octave
