]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/tex.scm
release: 1.3.121
[lilypond.git] / scm / tex.scm
index fb3212d41230be5f198a53b8b38a3e6bfbdbe95e..0cf48cd80d714e5bf048ab29693a6fe9f51b8858 100644 (file)
@@ -37,8 +37,8 @@
   (define (beam width slope thick)
     (embedded-ps ((ps-scm 'beam) width slope thick)))
 
-  (define (bracket arch_angle arch_width arch_height width height arch_thick thick)
-    (embedded-ps ((ps-scm 'bracket) arch_angle arch_width arch_height width height arch_thick thick)))
+  (define (bracket arch_angle arch_width arch_height height arch_thick thick)
+    (embedded-ps ((ps-scm 'bracket) arch_angle arch_width arch_height height arch_thick thick)))
 
   (define (dashed-slur thick dash l)
     (embedded-ps ((ps-scm 'dashed-slur)  thick dash l)))