Description
Wavy lines are one way to indicate trills. When used with a measure element, they should always have type="continue" set.
Derived By
Type wavy-line
Attributes
Content Model
Always empty.
Referenced By
Example
<note default-x="84">
<pitch>
<step>F</step>
<octave>4</octave>
</pitch>
<duration>2</duration>
<voice>1</voice>
<type>quarter</type>
<stem default-y="0">up</stem>
<notations>
<ornaments>
<wavy-line type="start" default-x="10" default-y="15" placement="above"/>
</ornaments>
</notations>
</note>
<note default-x="156">
<pitch>
<step>F</step>
<octave>4</octave>
</pitch>
<duration>2</duration>
<voice>1</voice>
<type>quarter</type>
<stem default-y="0">up</stem>
<notations>
<ornaments>
<wavy-line type="stop"/>
</ornaments>
</notations>
</note>
Definition
See ornaments