Re: adding a tie from a trill'd note to the next note

2005-02-26 Thread Graham Percival
On 25-Feb-05, at 4:00 PM, Gilles wrote: %- \version "2.4.2" \score { \relative c'' { \time 4/4 %a4 b c d | << { a2~\startTrillSpan } { s4 s8 s16 s32 s32\stopTrillSpan } >> a8 b c d | } } %- produce a very odd-looking output. While if the previous bar is added in, it works.

Re: adding a tie from a trill'd note to the next note

2005-02-25 Thread Chip
Gilles wrote: Hello. There seems to be a bug related to the "trill span" command. The following code %- \version "2.4.2" \score { \relative c'' { \time 4/4 %a4 b c d | << { a2~\startTrillSpan } { s4 s8 s16 s32 s32\stopTrillSpan } >> a8 b c d | } } %- produce a very odd-looki

Re: adding a tie from a trill'd note to the next note

2005-02-25 Thread Gilles
Hello. There seems to be a bug related to the "trill span" command. The following code %- \version "2.4.2" \score { \relative c'' { \time 4/4 %a4 b c d | << { a2~\startTrillSpan } { s4 s8 s16 s32 s32\stopTrillSpan } >> a8 b c d | } } %- produce a very odd-looking output.

adding a tie from a trill'd note to the next note

2005-02-25 Thread Chip
<<{a2\startTrillSpan}{s4 s8 s16 s32 s32\stopTrillSpan}>> ~ a8 gs a b --- The above code does not work. I move the tilde anywhere in the line and it always results in this error: --- 19.ly:55:59 error: syntax error, unexpected '~': <<{a2\startTrillSpa