From 3f8650273fcd8823f7be683031b3058cb5d11864 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:50:48 +0000 Subject: [PATCH] lilypond-0.1.7 --- lily/include/score-column.hh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lily/include/score-column.hh b/lily/include/score-column.hh index 396fc0312b..e108bc8213 100644 --- a/lily/include/score-column.hh +++ b/lily/include/score-column.hh @@ -16,14 +16,14 @@ #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; -- 2.39.5