From: fred Date: Sun, 24 Mar 2002 19:30:55 +0000 (+0000) Subject: lilypond-0.0.31 X-Git-Tag: release/1.5.59~5439 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=28b8671049a238d6cdd23d6ce9588978c0c4b442;p=lilypond.git lilypond-0.0.31 --- diff --git a/hdr/break.hh b/hdr/break.hh index 7d17470228..886e2d788b 100644 --- a/hdr/break.hh +++ b/hdr/break.hh @@ -10,6 +10,8 @@ #include "proto.hh" #include "colhpos.hh" +/** Class representation of an algorithm which decides where to put + the column, and where to break lines. */ struct Break_algorithm { PScore &pscore_; Real linelength;