]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/p-score.hh
release: 0.0.64
[lilypond.git] / lily / include / p-score.hh
index 33e066c3c707536e721e06c135ea3df543631de5..1e283faf9e4a8b6f59c7f0b8bdf470b6da5e6db5 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "colhpos.hh"
 #include "varray.hh"
+#include "lily-proto.hh"
 #include "p-col.hh"
 #include "p-staff.hh"
 
@@ -45,6 +46,7 @@ struct PScore {
     /// broken spanners
     Pointer_list<Spanner*> broken_spans;
 
+    Pointer_list<Vertical_spanner*> vspan_p_list_;
     /* *************** */
     /* CONSTRUCTION */