// This is a main that omits track 3. #include "h.h" BP bp; note * mus = 0; int main(){note* music = Read("", &bp); void fed(note n){if(n.trk!=3) aug(n, &mus);} scan(fed, music, 1); Write("", mus, &bp); return 0;}