]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.31
authorfred <fred>
Sun, 24 Mar 2002 19:30:55 +0000 (19:30 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:30:55 +0000 (19:30 +0000)
hdr/break.hh

index 7d17470228d7a59756f25a1e6a9a91aae358f377..886e2d788bbcad26e802e109366fb2097a5b2577 100644 (file)
@@ -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;