<sound>

<sound> (son) décrit un effet sonore ou un morceau de musique indiqué dans un scénario de cinéma ou de radio 7.3.1 Technical Information 7.3 Other Types of Performance Text
Moduledrama — 7 Performance Texts
Attributs
typecaractérise le son, par exemple : musique, effets spéciaux, etc.
Statut Optionel
Type de données
data.enumerated
discreteindique si le son couvre les dialogues ou les interrompt.
Statut Optionel
Type de données
data.xTruthValue
Note
The value true indicates that the sound is heard between the surrounding speeches; the value false indicates that the sound overlaps one or more of the surrounding speeches.
Utilisé par model.stageLike
Peut contenir
Declaration
element sound
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   attribute discrete { data.xTruthValue }?,
   macro.paraContent
}
Exemple
<sp>
 <speaker>Benjy</speaker>
 <p>Now to business.</p>
</sp>
<sp>
 <speaker>Ford and Zaphod</speaker>
 <p>To business.</p>
</sp>
<sound discrete="true">Glasses clink.</sound>
<sp>
 <speaker>Benjy</speaker>
 <p>I beg your pardon?</p>
</sp>
<sp>
 <speaker>Ford</speaker>
 <p>I'm sorry, I thought you were proposing a toast.</p>
</sp>
Note
A specialized form of stage direction.