The trill-sound attribute group includes attributes used to guide the sound of trills, mordents, turns, shakes, and wavy lines, based on MuseData sound suggestions. The default choices are: start-note = "upper" trill-step = "whole" two-note-turn = "none" accelerate = "no" beats = "4". Second-beat and last-beat are percentages for landing on the indicated beat, with defaults of 25 and 75 respectively. For mordent and inverted-mordent elements, the defaults are different: The default start-note is "main", not "upper". The default for beats is "3", not "4". The default for second-beat is "12", not "25". The default for last-beat is "24", not "75". |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
accelerate | yes-no | optional | ||||
beats | trill-beats | optional | ||||
last-beat | percent | optional | ||||
second-beat | percent | optional | ||||
start-note | start-note | optional | ||||
trill-step | trill-step | optional | ||||
two-note-turn | two-note-turn | optional |
Complex Types | empty-trill-sound, wavy-line |
<xs:attributeGroup name="trill-sound"> <xs:annotation> <xs:documentation>The trill-sound attribute group includes attributes used to guide the sound of trills, mordents, turns, shakes, and wavy lines, based on MuseData sound suggestions. The default choices are: start-note = "upper" trill-step = "whole" two-note-turn = "none" accelerate = "no" beats = "4". Second-beat and last-beat are percentages for landing on the indicated beat, with defaults of 25 and 75 respectively. For mordent and inverted-mordent elements, the defaults are different: The default start-note is "main", not "upper". The default for beats is "3", not "4". The default for second-beat is "12", not "25". The default for last-beat is "24", not "75".</xs:documentation> </xs:annotation> <xs:attribute name="start-note" type="start-note"/> <xs:attribute name="trill-step" type="trill-step"/> <xs:attribute name="two-note-turn" type="two-note-turn"/> <xs:attribute name="accelerate" type="yes-no"/> <xs:attribute name="beats" type="trill-beats"/> <xs:attribute name="second-beat" type="percent"/> <xs:attribute name="last-beat" type="percent"/> </xs:attributeGroup> |