]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.8
authorfred <fred>
Sun, 24 Mar 2002 19:54:03 +0000 (19:54 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:54:03 +0000 (19:54 +0000)
TODO
input/gallina.ly
lily/include/staff-performer.hh

diff --git a/TODO b/TODO
index 66701d0090398ebf82fa8eb77cdd429aa4055f8e..d53e6e6b69995700d31ffa8036a27d54a3fe942c 100644 (file)
--- 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
index 08f9b997b07a8be1d852342259a985feb9335aff..89b429867963177833898b3526e99066c49cae4a 100644 (file)
@@ -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.;
   }
 }
 
index b73e9b9fe517d051519e93dc4ce96a7dcc5de375..53aea0812a80df983b90d03bd53fe83e63e54f1e 100644 (file)
 
 #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();