Why can't I post here using email

2009-01-28 Thread Andrew Wilson
I have sent several posts to lilypond-user from my mail client, none of them have turned up. I've looked at the mailman page, it fails to tell me which arcane ritual I haven't followed. Anyone care to enlighten me? How do I post to lilypond-user using a sane method. Where sane method is defined

Re: Why can't I post here using email

2009-01-29 Thread Andrew Wilson
Yes, I am sending to the list. I resent the mail to you when I realised that it was only addressed to you. The copy addressed to the list never showed up. 2009/1/29 Rob Canning : > M Watts wrote: >> >> Jonathan Kulp wrote: >>> >>> I use Thunderbird and post to the list all the time without probl

Re: Why can't I post here using email

2009-01-29 Thread Andrew Wilson
M Watts gmail.com> writes: > Jonathan Kulp wrote: >> I use Thunderbird and post to the list all the time without problems. I've tried using mutt and gmail. > Me too -- it just works. I take it the OP's problem is solved, because > his message got through! The message got through because I us

Re: scheme - notes as variables

2009-01-31 Thread Andrew Wilson
2009/1/31 Rob Canning : > #!/usr/bin/perl > > sub InsertNotes { > my ($num, $form, @notes) = @_; > > my ($output, @temp); > while (@notes) { > (@temp[0..$num-1], @notes) = @notes; > $output .= sprintf $form, (@temp); > } > return $output; > } > my @list = qw"a b c d a b c d a f

Re: glissando up from no note to a note

2009-03-10 Thread Andrew Wilson
2009/3/10 Chip : > r2*1/2 \hideNotes d8\glissando \unHideNotes a'8 fs d b I don't understand how this works, can someone explain the timing to me? It looks like you have a minim rest becoming crotchet rest through the magic of time distortion. You then add a quaver which by my calcs is 3/8 ths o

Re: glissando up from no note to a note

2009-03-10 Thread Andrew Wilson
2009/3/11 Robin Bannister : > Andrew Wilson wrote: >>  Shouldn't this be >> r2*3/4 \hideNotes d8\glissando \unHideNotes a'8 fs d b > > That works too. (Modifying the rest simplifies the beaming.) > > A subsequent proposal moved the rest more into the gap: