]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-column.hh
patch::: 1.0.15.jcn2: pl2 voor riel
[lilypond.git] / lily / include / score-column.hh
index 10d55a798d83287b3c4355420e79db6f752ee7ab..dfe944c5a589ccd7588959ddca8ff9ae24a29e37 100644 (file)
@@ -40,7 +40,6 @@ public:
   /// length of notes/rests in this column
   Array<Moment> durations;
     
-  /* *************** */
 
   Moment when() {  return when_; }
   Score_column (Moment when);       
@@ -48,8 +47,6 @@ public:
   void preprocess();
   bool musical_b() { return musical_b_; }
   void do_print() const;
-
-
 };
 
 #endif // SCORE_COLUMN_HH