Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
| en:mei-friend-compendium [2026/05/03 15:53] – egorpoly | en:mei-friend-compendium [2026/05/12 00:57] (aktuell) – egorpoly | ||
|---|---|---|---|
| Zeile 610: | Zeile 610: | ||
| * are dotted values encoded with '' | * are dotted values encoded with '' | ||
| * have '' | * have '' | ||
| + | |||
| + | ==== Cross-staff notation ==== | ||
| + | |||
| + | For cross-staff chords encode it as one logical ''< | ||
| + | |||
| + | The MEI guidelines explicitly give this as an alternative for cross-staff chords. Some software handles this method better than separate cross-staff notes connected only by '' | ||
| + | |||
| + | Example: | ||
| + | |||
| + | <code xml> | ||
| + | <staff xml: | ||
| + | <layer xml: | ||
| + | <chord xml: | ||
| + | <note xml: | ||
| + | <note xml: | ||
| + | <note xml: | ||
| + | </ | ||
| + | ... | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <staff xml: | ||
| + | <layer n=" | ||
| + | <space dur=" | ||
| + | <note xml: | ||
| + | <note xml: | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | For mei-friend / Verovio-style workflows, this second version is often the more robust semantic encoding because it represents one chord rather than two separate events that merely share a stem. | ||
| + | |||
| + | Local recommendation: | ||
| + | |||
| + | * use a single ''< | ||
| + | * fill the destination staff' | ||
| + | * keep the written duration on the ''< | ||