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
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
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
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
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
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: