CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Mats Bengtsson <[EMAIL PROTECTED]>      05/08/31 13:20:23

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

Log message:
        * 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!

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4102&tr2=1.4103&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/lilypond-book.itely.diff?tr1=1.123&tr2=1.124&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/framework-eps.scm.diff?tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4102 lilypond/ChangeLog:1.4103
--- lilypond/ChangeLog:1.4102   Wed Aug 31 13:08:39 2005
+++ lilypond/ChangeLog  Wed Aug 31 13:20:23 2005
@@ -1,5 +1,12 @@
 2005-08-31  Mats Bengtsson  <[EMAIL PROTECTED]>
 
+       * 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: lilypond/Documentation/user/lilypond-book.itely
diff -u lilypond/Documentation/user/lilypond-book.itely:1.123 
lilypond/Documentation/user/lilypond-book.itely:1.124
--- lilypond/Documentation/user/lilypond-book.itely:1.123       Wed Aug 31 
13:08:39 2005
+++ lilypond/Documentation/user/lilypond-book.itely     Wed Aug 31 13:20:23 2005
@@ -246,7 +246,7 @@
 @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: lilypond/scm/framework-eps.scm
diff -u lilypond/scm/framework-eps.scm:1.12 lilypond/scm/framework-eps.scm:1.13
--- lilypond/scm/framework-eps.scm:1.12 Mon Jul 11 12:51:13 2005
+++ lilypond/scm/framework-eps.scm      Wed Aug 31 13:20:23 2005
@@ -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)


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to