TITLE, AUTHOR, ACT, SCENE {
       voice-family: narrator;
       stress: 20;
       richness: 90;
       cue-before: url("ping.au")
  }

.narrator { pause: 20ms;
            cue-before: url("pop.au"); 
            cue-after: url("pop.au");
            azimuth: 30deg;
            elevation: above }

ACT   { pause: 30ms 40ms } /* pause-before: 30ms; 
                              pause-after: 40ms */

SCENE { pause-after: 10ms } /* pause-after: 10ms */

SCENE { cue-before: url("bell.aiff"); 
        cue-after: url("dong.wav") }

MOOD.sad      { play-during: url("violins.aiff") }
MOOD.funereal { play-during: url("harp.wav") mix }
MOOD.quiet    { play-during: none }

LINE.narrator      { azimuth: behind } /* 180deg */
LINE.part.romeo    { voice-family: romeo, male }
LINE.part.juliet   { voice-family: juliet, female }
LINE.part.hercules { azimuth: center-left }
LINE.part.richard  { azimuth: right }
LINE.part.carmen   { volume: x-soft }
LINE.part.muse1    { elevation: 60deg }
LINE.part.muse2    { elevation: 30deg }
LINE.part.muse3    { elevation: level }
