Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
293
def
from_Note(note):
294
c = Composition()
295
c.add_note(note)
296
return
_composition2musicxml(c).toprettyxml()
297
298
299
def
from_Bar(bar):
Callers
nothing calls this directly
Calls
3
add_note
Method · 0.95
Composition
Class · 0.90
_composition2musicxml
Function · 0.85
Tested by
no test coverage detected