
MAKE ONE Version 1.00  by Dan Panke (92-08-05)


    MAKE ONE combines a QUARTET song (4V), voice set (SET) and text
    file together to produce a single file set usable by QUARTET
    PLAYER 3. The produced set must be given the extension ".4Q" to be
    usuable by QUARTET PLAYER 3.

    The produced 4Q set has a 20 byte header added:
        bytes 0-7  : the word 'QUARTET' followed by CHR$(0)
        bytes 8-11 : long word length of QUARTET song file
        bytes 12-15: long word length of the QUARTET voice set
        bytes 16-19: long word length of appended text file

    The QUARTET files are saved in the in the order as they appear in
    the header.

