]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spanner.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / spanner.hh
index 6f87f8d58576bf88746a89680a9ff720bec7d1b6..c64c61d6364a1f664b8a8fe334b1a32e1586636c 100644 (file)
@@ -36,7 +36,7 @@ class Spanner : public Grob
 public:
   DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
 
-  Link_array__Spanner_ broken_intos_;
+  vector<Spanner*> broken_intos_;
 
   vsize get_break_index () const;