Produces a summary of a MusicXML parts for groupings.
#include <partlistvisitor.h>
|
partGroup * | find_first_of_partID_inGroup (std::string partID) |
| Returns the part group with first occurence of partID (string)
|
void | partID2range (partGroup &pGroup) |
| Converts XML Part ID list to Guido's Staff range string.
|
bool | checkLonelyBarFormat (int staffID) |
| Checks if current staff is lonely in terms of BarFormat definition.
|
virtual void | visitEnd (S_score_part &elt) |
virtual void | visitEnd (S_part_group &elt) |
|
int | fPartGroupIncrementer |
std::vector< int > | fCurrentPartGroupIndex |
std::map< std::string, int > | part2staffmap |
int | staffCreatorCounter |