notate()
Show the music as staff notation.
View.notate(material)
Notation handles only a single phrase at a time (use Mod.consolidate() to combine a part's phrases first). It also lets you enter music as notation and save it.
Parameters
View.notate(material, writeToFile=False)
| Parameter | Type | Default | Description |
|---|---|---|---|
material |
Note, Phrase, Part, or Score |
required | The music to show. |
writeToFile |
bool |
False |
Whether to also save the notation to a file. |