<sound>

<sound> 音響効果,すなわち脚本や台本で指定されている一連の音を示す. 7.3.1 Technical Information 7.3 Other Types of Performance Text
モジュールdrama — 7 Performance Texts
属性
type 当該音を分類する.例えば,音楽,特殊効果など.
状態 任意
データ型
data.enumerated
discrete 当該音が周囲の発話にかぶっているか,または会話を遮っているかを示 す.
状態 任意
データ型
data.xTruthValue
解説
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.
当該モジュールを使用するもの model.stageLike
下位
宣言
element sound
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   attribute discrete { data.xTruthValue }?,
   macro.paraContent
}
<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>
解説
A specialized form of stage direction.