]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-tex.scm
* scm/output-gnome.scm: remove beam routine.
[lilypond.git] / scm / output-tex.scm
index 690ed6d2d9b08a07b798a5f8499345535da72214..01dfeb40335af6c6057a0c6a32ad631d23d85c1a 100644 (file)
@@ -24,7 +24,6 @@
            blank
            circle
            dot
-           beam
            dashed-slur
            named-glyph
            dashed-line
@@ -79,9 +78,6 @@
 (define (embedded-ps string)
   (embedded-ps (list 'embedded-ps string)))
 
-(define (beam width slope thick blot)
-  (embedded-ps (list 'beam  width slope thick blot)))
-
 (define (dashed-slur thick on off lst)
   (embedded-ps (list 'dashed-slur thick on off `(quote ,lst))))