]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-column.hh
release: 0.1.7
[lilypond.git] / lily / include / score-column.hh
index 396fc0312b93841a216e0261d7e03185e4c23d39..e108bc82132c8393cabf4e33146b4f869c0803fa 100644 (file)
 #include "p-col.hh"
 
 /**
-
-    When typesetting hasn't started on PScore yet, the columns which
-    contain data have a rhythmical position. Score_column is the type
-    with a rhythmical time attached to it. The calculation of
-    idealspacing is done with data in these columns. (notably: the
-    #durations# field)
-
-    */
+  Column with durational info.
+  
+  The columns which contain data have a rhythmical
+  position. Score_column is the type with a rhythmical time attached
+  to it. The calculation of idealspacing is done with data in these
+  columns. (notably: the #durations# field)
+
+  */
 
 class Score_column : public PCol {
     friend class Score;