MCPcopy Create free account
hub / github.com/bspaans/python-mingus / from_Note

Function from_Note

mingus/extra/musicxml.py:293–296  ·  view source on GitHub ↗
(note)

Source from the content-addressed store, hash-verified

291
292
293def from_Note(note):
294 c = Composition()
295 c.add_note(note)
296 return _composition2musicxml(c).toprettyxml()
297
298
299def from_Bar(bar):

Callers

nothing calls this directly

Calls 3

add_noteMethod · 0.95
CompositionClass · 0.90
_composition2musicxmlFunction · 0.85

Tested by

no test coverage detected