Re: how to update the makerhythm-snippet

2012-08-29 Thread Phil Holmes
- Original Message - 
From: Gilles gilles.thiba...@free.fr
To: lilypond-user@gnu.org; David Kastrup d...@gnu.org; Phil Holmes 
m...@philholmes.net

Sent: Tuesday, August 28, 2012 10:49 PM
Subject: Re: how to update the makerhythm-snippet






I think only an LSR editor (like me) can do this.  You want me to go 
ahead and delete it?




Yes, please.

Gilles



Done.

--
Phil Holmes 



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: how to update the makerhythm-snippet

2012-08-29 Thread Gilles


I think only an LSR editor (like me) can do this.  You want me to go  
ahead and delete it [snippet 390]?

Yes, please.

Done.



Thanks Phil.
Just a last thing that i cannot do myself :-(
As the snippet 654 refers to snippet 390, is it possible to replace, in
654, the sentence :
  This snippet describes a function \changePitch which is an extension
   of snippet 390 ...
by something like that (feel free to reword) :
  This snippet describes a function code\changePitch/code, to
repeatedly print a given rhythm with different notes. Its syntax is ... ?

--
Gilles

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: how to update the makerhythm-snippet

2012-08-29 Thread Thomas Morley
2012/8/29 Gilles gilles.thiba...@free.fr:

 I think only an LSR editor (like me) can do this.  You want me to go
 ahead and delete it [snippet 390]?

 Yes, please.

 Done.


 Thanks Phil.
 Just a last thing that i cannot do myself :-(
 As the snippet 654 refers to snippet 390, is it possible to replace, in
 654, the sentence :
   This snippet describes a function \changePitch which is an extension
of snippet 390 ...
 by something like that (feel free to reword) :
   This snippet describes a function code\changePitch/code, to
 repeatedly print a given rhythm with different notes. Its syntax is ... ?

 --
 Gilles


 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user

Done.

-Harm

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: how to update the makerhythm-snippet

2012-08-28 Thread Gilles




I think only an LSR editor (like me) can do this.  You want me to go  
ahead and delete it?




Yes, please.

Gilles

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: how to update the makerhythm-snippet

2012-08-27 Thread Phil Holmes
- Original Message - 
From: Gilles gilles.thiba...@free.fr

To: lilypond-user@gnu.org; David Kastrup d...@gnu.org
Sent: Sunday, August 26, 2012 11:35 PM
Subject: Re: how to update the makerhythm-snippet





it really serves no purpose to use it [event-chord-wrap!] in snippets

So i propose to delete this snippet 390 because it is no more useful.

Gilles



I think only an LSR editor (like me) can do this.  You want me to go ahead 
and delete it?


--
Phil Holmes 



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: how to update the makerhythm-snippet

2012-08-27 Thread Stefan Thomas
Dear Gilles,
thanks, it worke now.
You are right, it's not longer necessery, but I have some older files wich
use this script.
I will try to update them and use changepitch instead.

 Dear community,
  I wanted to update this snippet:
  http://lsr.dsi.unimi.it/LSR/Snippet?id=390
  But without sucess. Any ideas how this can be done?

 The snipped 390 has to be considered as deprecated because the snippet
 http://lsr.dsi.unimi.it/LSR/Item?id=654
 does the same thing but is more powerful (it accepts for example
 articulations).
 So I would not mind to delete it, but if people do want to use it, we can,
 as
 usual now, use the Scheme function event-chord-wrap!
 (see http://lilypond.org/doc/v2.16/Documentation/changes/index.html ).

 So the line 76 (in the end of the makeRhythm function) :
m)))
 would become :
(event-chord-wrap! m

 Gilles


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


how to update the makerhythm-snippet

2012-08-26 Thread Stefan Thomas
Dear community,
I wanted to update this snippet:
http://lsr.dsi.unimi.it/LSR/Snippet?id=390
But without sucess. Any ideas how this can be done?
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: how to update the makerhythm-snippet

2012-08-26 Thread Gilles




Dear community,
I wanted to update this snippet:
http://lsr.dsi.unimi.it/LSR/Snippet?id=390
But without sucess. Any ideas how this can be done?


The snipped 390 has to be considered as deprecated because the snippet
http://lsr.dsi.unimi.it/LSR/Item?id=654
does the same thing but is more powerful (it accepts for example
articulations).
So I would not mind to delete it, but if people do want to use it, we can,  
as

usual now, use the Scheme function event-chord-wrap!
(see http://lilypond.org/doc/v2.16/Documentation/changes/index.html ).

So the line 76 (in the end of the makeRhythm function) :
  m)))
would become :
  (event-chord-wrap! m

Gilles

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: how to update the makerhythm-snippet

2012-08-26 Thread David Kastrup
Gilles gilles.thiba...@free.fr writes:

 Dear community,
 I wanted to update this snippet:
 http://lsr.dsi.unimi.it/LSR/Snippet?id=390
 But without sucess. Any ideas how this can be done?

 The snipped 390 has to be considered as deprecated because the snippet
 http://lsr.dsi.unimi.it/LSR/Item?id=654
 does the same thing but is more powerful (it accepts for example
 articulations).
 So I would not mind to delete it, but if people do want to use it, we
 can, as
 usual now, use the Scheme function event-chord-wrap!
 (see http://lilypond.org/doc/v2.16/Documentation/changes/index.html ).

 So the line 76 (in the end of the makeRhythm function) :
   m)))
 would become :
   (event-chord-wrap! m

event-chord-wrap! is intended as a bandaid as it loses information.  So
it really serves no purpose to use it in snippets (which serve an
educational reason) unless the purpose of the snippet is to illustrate
event-chord-wrap! itself.

-- 
David Kastrup


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: how to update the makerhythm-snippet

2012-08-26 Thread Gilles



it really serves no purpose to use it [event-chord-wrap!] in snippets

So i propose to delete this snippet 390 because it is no more useful.

Gilles

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user