Quoting another voice: Difference between revisions
m New category |
mNo edit summary |
||
| Line 1: | Line 1: | ||
The <code>quotedEventTypes</code> property determines | The <code>quotedEventTypes</code> context property determines which music event types should be quoted. The default value is <code>(note-event rest-event tie-event beam-event tuplet-span-event)</code>, which means that only notes, rests, ties, beams, and tuplets of a quoted voice appear in the <code>\quoteDuring</code> expression. | ||
In the following example, a 16th rest is not quoted since <code>rest-event</code> is not in <code>quotedEventTypes</code>. | In the following example, a 16th rest is not quoted since <code>rest-event</code> is not in the redefined value of <code>quotedEventTypes</code>. | ||
For a list of event types, consult the “Music classes” section of the Internals Reference. | For a list of event types, consult the “Music classes” section of the Internals Reference. | ||