]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.11
authorfred <fred>
Thu, 21 Nov 1996 23:07:49 +0000 (23:07 +0000)
committerfred <fred>
Thu, 21 Nov 1996 23:07:49 +0000 (23:07 +0000)
hdr/proto.hh
hdr/simplestaff.hh

index f80b7f8d0a17e8eb0fea84a74570fb77a192dce8..33d6f8e27ac6eed14cf2f9cfe2f2900518396f43 100644 (file)
@@ -96,6 +96,6 @@ struct Keyitem;
 struct Local_key_item;
 struct Clef;
 struct Clef_item;
-
+struct Slur;
 #endif // PROTO_HH
 
index e4c600ba1b4503a843d96730382c93654cd36fb7..07fc9850471813fe48f89c0f6d37198efa160d6b 100644 (file)
@@ -22,15 +22,15 @@ struct Simple_staff;
 struct Simple_column : Staff_column {
 
     svec<Rhythmic_req *> notes;
+    svec<Slur_req *> slurs;
     Stem_req *stem_;
     Beam_req *beam_;
     Simple_staff* staff_;
 
     
     /****************/
-
+    Slur_req  * find_slur(Voice *);
     void typeset_item(Item *, int=1);
-
     void typeset_item_directional(Item *, int dir, int=1);
 
     Molecule *create_command_mol(Command *com);