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

Function from_Bar

mingus/extra/musicxml.py:299–304  ·  view source on GitHub ↗
(bar)

Source from the content-addressed store, hash-verified

297
298
299def from_Bar(bar):
300 c = Composition()
301 t = Track()
302 t.add_bar(bar)
303 c.add_track(t)
304 return _composition2musicxml(c).toprettyxml()
305
306
307def from_Track(track):

Callers

nothing calls this directly

Calls 5

add_barMethod · 0.95
add_trackMethod · 0.95
CompositionClass · 0.90
TrackClass · 0.90
_composition2musicxmlFunction · 0.85

Tested by

no test coverage detected