]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-tex.scm
* lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
[lilypond.git] / scm / output-tex.scm
index 4ea8fbe77d2419d82e7e156251f7bf411cc99cd8..70da599df2445f1213d38e16dc38db4013f7bec2 100644 (file)
@@ -32,7 +32,6 @@
             char
             dashed-line
             zigzag-line
-            symmetric-x-triangle
             ez-ball
             comment
             repeat-slash
 (define (zigzag-line centre? zzw zzh thick dx dy)
   (embedded-ps (list 'zigzag-line centre? zzw zzh thick dx dy)))
 
-(define (symmetric-x-triangle t w h)
-  (embedded-ps (list 'symmetric-x-triangle t w h)))
-
-
 (define (ez-ball c l b)
   (embedded-ps (list 'ez-ball  c  l b)))