]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-tex.scm
Clean up graphviz.scm and remove ly:atexit.
[lilypond.git] / scm / output-tex.scm
index d9a97b90934139f5316153473e957dcdc799923d..4be327839707c5e8a68ecd6f58d2f62433988ce6 100644 (file)
@@ -27,7 +27,6 @@
            dashed-slur
            named-glyph
            dashed-line
-           zigzag-line
            comment
            repeat-slash
            placebox
 (define (dashed-line thick on off dx dy phase)
   (embedded-ps (list 'dashed-line  thick on off dx dy phase)))
 
-(define (zigzag-line centre? zzw zzh thick dx dy)
-  (embedded-ps (list 'zigzag-line centre? zzw zzh thick dx dy)))
-
 (define (embedded-ps expr)
   (let ((ps-string
         (with-output-to-string
            (string-append "\\special{src:"
                           (line-column-location location) "}")
            ""))
-      ""))
\ No newline at end of file
+      ""))