[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Dashed slurs broken in 1.5.22
From: |
Han-Wen Nienhuys |
Subject: |
Dashed slurs broken in 1.5.22 |
Date: |
Fri, 9 Nov 2001 13:47:31 +0100 |
address@hidden writes:
> The following example gives a Scheme error in 1.5.22:
>
> \score{
> \notes\relative c'{
> \property Staff.PhrasingSlur \override #'dashed = #5.0
> c \( ( d ) e f | g a b \) c
> }
> }
Yep, thanks.
--- tex.scm~ Sun Nov 4 20:54:32 2001
+++ tex.scm Fri Nov 9 13:43:10 2001
@@ -87,7 +87,7 @@
(embedded-ps (list 'bracket arch_angle arch_width arch_height height
arch_thick thick)))
(define (dashed-slur thick dash l)
- (embedded-ps (list 'dashed-slur thick dash l)))
+ (embedded-ps (list 'dashed-slur thick dash `(quote ,l))))
(define (hairpin thick w sh eh)
(embedded-ps (list 'hairpin thick w sh eh))
--
Han-Wen Nienhuys | address@hidden | http://www.cs.uu.nl/~hanwen/