From: "Mats Bengtsson" <[EMAIL PROTECTED]>
To: "Trent Johnston" <[EMAIL PROTECTED]>
Cc:
Sent: Thursday, June 01, 2006 3:28 PM
Subject: Re: remove Trill from TrillSpanner.
| The following example works excellently here:
|
| \version "2.8.0"
| \re
The following example works excellently here:
\version "2.8.0"
\relative c'{
\override TrillSpanner #'edge-text = #'(" " . " ")
c \startTrillSpan d e f \stopTrillSpan
}
/Mats
Quoting Trent Johnston <[EMAIL PROTECTED]>:
Hi,
I'm trying to remove the starting trill symbol from the TrillSpan
Hi,
I'm trying to remove the starting trill symbol from the TrillSpanner so I
end up with just a wavey line.
I've followed the TrillSpanner description but
\override TrillSpanner #'edge-text = #'(" " . " ")
Doesn't work.
Am I doing something wrong?
Thanks in advance.
Trent