]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spanner.hh
(ly_parse_scm): add line/col/file
[lilypond.git] / lily / include / spanner.hh
index 9ea2df7870bb2c83a083f1d5d03053633cd62998..1dcc0b3c0e67a20c44131275d1206265e7638fcc 100644 (file)
@@ -35,7 +35,7 @@ class Spanner : public  Grob {
 public:
   DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
   
-  Link_array<Spanner> broken_into_l_arr_;
+  Link_array<Spanner> broken_intos_;
 
   // todo: move to somewhere else.
   Real get_broken_left_end_align () const;
@@ -60,7 +60,7 @@ protected:
 
   VIRTUAL_COPY_CONS (Grob);
   virtual void do_break_processing ();
-  virtual System*line_l () const;
+  virtual System *get_system () const;
 };