<sound>

<sound> descrive un effetto sonoro o una sequenza musicale descritti in una sceneggiatura o di un copione radiofonico. 7.3.1 Technical Information 7.3 Other Types of Performance Text
Modulodrama — 7 Performance Texts
Attributi
typeclassifica il tipo di suono, ad esempio musica, effetto speciale, ecc.
Stato Opzionale
Tipo di dati
data.enumerated
discreteindica se il suono si accavalla con le battute o se le interrompe
Stato Opzionale
Tipo di dati
data.xTruthValue
Nota
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.
Usato da model.stageLike
Può contenere
Dichiarazione
element sound
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   attribute discrete { data.xTruthValue }?,
   macro.paraContent
}
Esempio
<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>
Nota
A specialized form of stage direction.