]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 31 Aug 2005 13:20:23 +0000 (13:20 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 31 Aug 2005 13:20:23 +0000 (13:20 +0000)
\linebreak between each .eps file if \betweenLilyPondSystem is
undefined.

* Documentation/user/lilypond-book.itely (Integrating LaTeX and
music): Document the \linebreak!

ChangeLog
Documentation/user/lilypond-book.itely
scm/framework-eps.scm

index e2a9dc169687ccdc73dff271764d44a53ec72437..df464809e2d192b822e8b156612c7faddac2a79e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
+       * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
+       \linebreak between each .eps file if \betweenLilyPondSystem is
+       undefined. 
+
+       * Documentation/user/lilypond-book.itely (Integrating LaTeX and
+       music): Document the \linebreak!
+       
        * Documentation/user/lilypond-book.itely,
        input/tutorial/lbook-latex-test.tex,
        Documentation/user/examples.itely: Remove \usepackage{graphics}
index a97ead0f430aaf8e1d7225f5f949e73f4558bac1..209b02733b45c39149ef160e1171ab5c3cb96b3a 100644 (file)
@@ -246,7 +246,7 @@ the user:
 @code{lilypond-book} has split the snippet into several postscript
 files.  It must be defined as taking one parameter and will be
 passed the number of files already included in this snippet. 
-
+The default is to simply insert a @code{\linebreak}.
 
 @ignore
 Broken stuff.  :(
index 29d4df46b2e29c4270a60d17221a097b94905dc7..efc269e83bc18ff492dd365f8f6dce3f275465a4 100644 (file)
@@ -50,7 +50,7 @@
                (if (< 0 c)
                    (begin 
                      (display "\\ifx\\betweenLilyPondSystem \\undefined\n" tex-system-port)
-                     (display "  \\relax\n" tex-system-port)
+                     (display "  \\linebreak\n" tex-system-port)
                      (display "\\else\n" tex-system-port)
                      (display (format 
                                "  \\betweenLilyPondSystem{~a}\n" c) tex-system-port)