diff -urN ChangeLog ChangeLog
--- ChangeLog	Fri Apr  1 02:20:23 2005
+++ ChangeLog	Fri Apr  1 02:29:04 2005
@@ -1,3 +1,8 @@
+2005-04-01  Erlend Aasland  <erlenda@gmail.com>
+
+	* tex/lilyponddefs.tex: use color instead of xcolor
+	* scm/output-tex.scm: minor editing
+
 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
 
 	* scm/documentation-generate.scm (string-append): Fix @usermanref,
diff -urN scm/output-tex.scm scm/output-tex.scm
--- scm/output-tex.scm	Fri Apr  1 02:20:32 2005
+++ scm/output-tex.scm	Fri Apr  1 02:26:17 2005
@@ -181,7 +181,7 @@
 ;; during setcolor and restores it during resetcolor.
 ;; We don't do that here.
 (define (resetcolor)
-  (string-append "\\color[rgb]{0,0,0}"))
+  (string-append "\\color[rgb]{0,0,0}\n"))
 
 (define (polygon points blotdiameter)
   (embedded-ps (list 'polygon `(quote ,points) blotdiameter)))
diff -urN tex/lilyponddefs.tex tex/lilyponddefs.tex
--- tex/lilyponddefs.tex	Fri Apr  1 02:20:32 2005
+++ tex/lilyponddefs.tex	Fri Apr  1 02:26:33 2005
@@ -203,7 +203,7 @@
        \fi
        \pagestyle{empty}
 
-       \usepackage{xcolor}
+       \usepackage{color}
 
        \lilypondifundefined{lilypondclassic}
          {%% If not in `classic' mode, undo LaTeX's page layout settings
