]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Paper_outputter): Import page breaking
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 19 Mar 2004 13:33:52 +0000 (13:33 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Fri, 19 Mar 2004 13:33:52 +0000 (13:33 +0000)
functions into safe module.

ChangeLog
lily/paper-outputter.cc

index f7dd3e48dc55475d120be88e515944c6d5bd446f..6a9d50624748453062382b26fe2b1d42a53517f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * lily/paper-outputter.cc (Paper_outputter): Import page breaking
+       functions into safe module.
+
        * lily/lily-guile.cc (ly:number->string): Do not leave space at
        end, prepend zeros.
 
index e544f472cfc4f969a4701c3cbe1c158f601ba0ef..dff731a0ecef8438dcdf3b5c60a4c60464a0d25d 100644 (file)
@@ -66,6 +66,8 @@ Paper_outputter::Paper_outputter (String name)
        "ly:output-def-scope",
        "ly:gulp-file",
        "ly:number->string",
+       "ly:ragged-page-breaks",
+       "ly:optimal-page-breaks",
        
        "ly:number-pair->string",    /* output-lib.scm */
        "ly:numbers->string",
@@ -74,6 +76,7 @@ Paper_outputter::Paper_outputter (String name)
        "assoc-get",
 #if IMPORT_LESS        
        "string-index",              /* from srfi srfi-13 */
+       "string-join",
        "regexp-substitute/global",  /* from (ice9 regex) */
 #endif 
        0,