Most of the items are marked in the code as well, with full explanation.
grep for TODO and ugh/ugr
+
* Generate TeX titles from MudelaHeader
* integrate midi-elts from mi2mu and lily
* virtualise PCols to make encapsulated spacing problems
-
- * fix spacing: standchen: distance bar-note,
- strange stretching and compressing of 8's
* Doc Mutopia (Music To The People)
3RD PARTY BUGS:
+ * ICE: spring-spacer::calcideal()
+
* collision.cc: 138, g++ errors
* bugreport to doc++ devel: struct not in class hier; public
\bc
>
\paper{
- geometric=1.2;
- unitspace=8.\mm;
linewidth=18.\cm;
- gourlay_maxmeasures=4.;
- gourlay_energybound = 70000.;
- basicspace = 2.8\pt;
+ gourlay_maxmeasures=5.;
}
}
#include "performer-group-performer.hh"
+/** Perform a staff. Individual notes should have their instrument
+ (staff-wide) set, so we override play()
+
+ */
class Staff_performer : public Performer_group_performer
{
public:
String instrument_str();
protected:
- virtual void play( Audio_element* p );
+ virtual void play (Audio_element* p);
virtual void do_removal_processing();
virtual void do_creation_processing();