]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/one-line-page-breaking.cc
Web-ja: update introduction
[lilypond.git] / lily / one-line-page-breaking.cc
index 9110cdad967dd9e6602c58cf0a8db109c8dbb296..a3276f4216c6b876274f8def526188ebaf60a733 100644 (file)
@@ -30,8 +30,6 @@
 #include "simple-spacer.hh"
 #include "system.hh"
 
-using std::vector;
-
 One_line_page_breaking::One_line_page_breaking (Paper_book *pb)
   : Page_breaking (pb, 0, 0)
 {
@@ -43,10 +41,9 @@ One_line_page_breaking::~One_line_page_breaking ()
 
 /*
   This is a somewhat unconventional page-breaking algorithm.  Every
-  score will be put on a single page, whose width is enough
-  to fit the entire score one one line.  Line breaks and page breaks
-  are ignored, and the paper-width setting in the paper block
-  will be modified to fit the music.
+  score is put on a single page, whose width is enough to fit the entire
+  score on one line.  Line breaks and page breaks are ignored, and the
+  paper-width setting in the paper block is modified to fit the music.
 */
 SCM
 One_line_page_breaking::solve ()