]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-tex.scm
*** empty log message ***
[lilypond.git] / scm / output-tex.scm
index aec0f203571cf35ab5f20f810a5e426a6f348368..4246aa2cb5e2b871cc9378ab28a04850276f8687 100644 (file)
 ;; 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)))