? patch ? scm/semantic.cache Index: ChangeLog =================================================================== RCS file: /cvsroot/lilypond/lilypond/ChangeLog,v retrieving revision 1.3443 diff -u -r1.3443 ChangeLog --- ChangeLog 16 Apr 2005 14:55:31 -0000 1.3443 +++ ChangeLog 17 Apr 2005 01:02:13 -0000 @@ -1,3 +1,8 @@ +2005-04-17 Bernard Hurley + + * scm/framework-eps: When \betweenLilyPondSystem is defined + systems are in separate paragraphs. + 2005-04-16 Jan Nieuwenhuizen * po/lilypond.pot, ...: Update using bison-CVS. Index: scm/framework-eps.scm =================================================================== RCS file: /cvsroot/lilypond/lilypond/scm/framework-eps.scm,v retrieving revision 1.10 diff -u -r1.10 framework-eps.scm --- scm/framework-eps.scm 16 Apr 2005 12:52:29 -0000 1.10 +++ scm/framework-eps.scm 17 Apr 2005 01:02:16 -0000 @@ -52,7 +52,7 @@ (display " \\relax\n" tex-system-port) (display "\\else\n" tex-system-port) (display (format - " \\betweenLilyPondSystem{~a}\n" c) tex-system-port) + " \\betweenLilyPondSystem{~a}\n\n" c) tex-system-port) (display "\\fi\n" tex-system-port))) (display (format "\\includegraphics{~a-~a.eps}\n" basename (1+ c)) tex-system-port)