]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-sodipodi.scm
Remove script again; re-add modules fix
[lilypond.git] / scm / output-sodipodi.scm
index 22281e2454080e3b1c690308cdf6bb556be0e677..9875a1938c66feb42862f31679c6a3dd64d65601 100644 (file)
@@ -44,7 +44,6 @@
 ;;;    define-fonts
 ;;;    no-origin
 ;;;    start-system
-;;;    end-output
 ;;;    header
 ;;;    comment
 ;;;    stop-last-system
 (define (define-fonts paper font-list)
   (comment (format #f "Fonts used: ~S" font-list)))
 
-(define (end-output)
-  "</g></svg>")
-
 (define (filledbox breapth width depth height)
   (round-filled-box breapth width depth height line-thickness))