;;; -*- Mode: ZETALISP; Package: USER; Base: 10; Fonts: (MEDFNT HL12B HL12BI MEDFNT MEDFNB); -*-
;;;===============================================================================
;;;                                    RESTRICTED RIGHTS LEGEND 
;;; Use,  duplication, or  disclosure  by  the  Government is subject to restrictions
;;; as set forth in subdivision (b)(3)(ii) of the Rights in Technical Data and
;;; Computer Software clause at 52.227-7013. 
;;;
;;; TEXAS INSTRUMENTS INCORPORATED, P.O. BOX 2909 AUSTIN, TEXAS 78769  
;;; Copyright (C) 1986, Texas Instruments Incorporated. All rights reserved.
;;;===============================================================================

;;; Created 12/19/86 10:16:16 by LaMott G. OREN

(DEFSYSTEM music
  (:name "Music-demo")
  (:pathname-default "sys:public.music-demo;")
  (:module beeps "beeping_functions")
  (:module music ("MUSE"
		  "MUSIC_DEMO"))
  (:module programs ("driver" "organ" "piano"))

  (:compile-load beeps)
  (:compile-load music)
  (:compile-load programs)
  )
