]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/sccol.hh
release: 0.0.10
[lilypond.git] / hdr / sccol.hh
index f18b659e7e65943fc2c36af5c2341b7f20499d53..44f3fbb16deb235c267a266a6bc023a6cd726583 100644 (file)
@@ -12,7 +12,7 @@
 struct Score_column {
 
     /// indirection to column
-    PCol * pcol;
+    PCol * pcol_;
     /// length of notes/rests in this column
     svec<Real> durations;
     
@@ -28,7 +28,7 @@ struct Score_column {
        return sgn(c1.when - c2.when);
     }
     void set_breakable() {
-        pcol->set_breakable();
+        pcol_->set_breakable();
     }
     bool used();
     void print() const;