Re: remove Trill from TrillSpanner.

2006-05-31 Thread Trent Johnston
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

Re: remove Trill from TrillSpanner.

2006-05-31 Thread Mats Bengtsson
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

remove Trill from TrillSpanner.

2006-05-31 Thread Trent Johnston
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