]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-tex.scm
* lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
[lilypond.git] / scm / output-tex.scm
index 0d60bd50a1f4c13c798bd9735fb2be819d8ad5d8..7f9b5b432aaff0ca4b19c2883041ab475a82ee06 100644 (file)
            dot
            white-dot
            beam
-           bracket
            dashed-slur
            named-glyph
            dashed-line
            zigzag-line
-           ez-ball
            comment
            repeat-slash
            placebox
            bezier-sandwich
-           horizontal-line
            filledbox
            round-filled-box
            text
@@ -91,9 +88,6 @@
 (define (beam width slope thick blot)
   (embedded-ps (list 'beam  width slope thick blot)))
 
-(define (bracket arch_angle arch_width arch_height height arch_thick thick)
-  (embedded-ps (list 'bracket  arch_angle arch_width arch_height height arch_thick thick)))
-
 (define (dashed-slur thick on off lst)
   (embedded-ps (list 'dashed-slur thick on off `(quote ,lst))))
 
 (define (zigzag-line centre? zzw zzh thick dx dy)
   (embedded-ps (list 'zigzag-line centre? zzw zzh thick dx dy)))
 
-(define (ez-ball c lst b)
-  (embedded-ps (list 'ez-ball c lst b)))
-
 (define (embedded-ps expr)
   (let ((ps-string
         (with-output-to-string
 (define (bezier-sandwich lst thick)
   (embedded-ps (list 'bezier-sandwich `(quote ,lst) thick)))
 
-;; WTF is this in every backend?
-(define (horizontal-line x1 x2 th)
-  (filledbox (- x1) (- x2 x1) (* .5 th) (* .5 th)))
-
 (define (filledbox breapth width depth height)
   (if (and #f (defined? 'ps-testing))
       (embedded-ps