From: fred Date: Sun, 24 Mar 2002 19:54:03 +0000 (+0000) Subject: lilypond-0.1.8 X-Git-Tag: release/1.5.59~4102 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=606fbc390c4455c366817ad668a6ca6f7d69c486;p=lilypond.git lilypond-0.1.8 --- diff --git a/TODO b/TODO index 66701d0090..d53e6e6b69 100644 --- a/TODO +++ b/TODO @@ -5,14 +5,12 @@ done, or is an idea that I want to think about 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) @@ -80,6 +78,8 @@ grep for TODO and ugh/ugr 3RD PARTY BUGS: + * ICE: spring-spacer::calcideal() + * collision.cc: 138, g++ errors * bugreport to doc++ devel: struct not in class hier; public diff --git a/input/gallina.ly b/input/gallina.ly index 08f9b997b0..89b4298679 100644 --- a/input/gallina.ly +++ b/input/gallina.ly @@ -217,12 +217,8 @@ bc=\melodic{ \bc > \paper{ - geometric=1.2; - unitspace=8.\mm; linewidth=18.\cm; - gourlay_maxmeasures=4.; - gourlay_energybound = 70000.; - basicspace = 2.8\pt; + gourlay_maxmeasures=5.; } } diff --git a/lily/include/staff-performer.hh b/lily/include/staff-performer.hh index b73e9b9fe5..53aea0812a 100644 --- a/lily/include/staff-performer.hh +++ b/lily/include/staff-performer.hh @@ -10,6 +10,10 @@ #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: @@ -21,7 +25,7 @@ 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();