vinsvanfer / music21

Automatically exported from code.google.com/p/music21
0 stars 0 forks source link

integrating notes not in measures and notes in measures #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Eventually: should object.show(‘musicxml’) place notes that are outside of 
measures in measures  even if there are measures in the stream?  I think that 
that might make sense.  This would require extracting unmeasured sections 
into temporary Streams, running makeMeasures() on them, then extracting 
those measures out and putting them back into the new stream.  Doesn’t 
seem a very high priority, but it’d be nice if the 
“emptyMeasure.append()” 
step weren’t necessary.

Original issue reported on code.google.com by christopher.ariza on 9 Jan 2010 at 6:19

GoogleCodeExporter commented 9 years ago

Original comment by cuthbert on 17 Sep 2012 at 4:37

GoogleCodeExporter commented 9 years ago

Original comment by cuthbert on 9 Apr 2013 at 6:31

GoogleCodeExporter commented 9 years ago
Migrated to GitHub

Original comment by cuthbert on 11 Nov 2013 at 5:44