]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/sccol.hh
release: 0.0.11
[lilypond.git] / hdr / sccol.hh
index 44f3fbb16deb235c267a266a6bc023a6cd726583..f8aceb23040813329b40cf6496fd78e3ea688564 100644 (file)
@@ -7,12 +7,14 @@
 #ifndef SCCOL_HH
 #define SCCOL_HH
 #include "pcol.hh"
+#include "vray.hh"
 
 
 struct Score_column {
 
     /// indirection to column
     PCol * pcol_;
+
     /// length of notes/rests in this column
     svec<Real> durations;
     
@@ -47,3 +49,6 @@ instantiate_compare(Score_column&, Score_column::compare);
 
 #endif // SCCOL_HH
 
+
+
+