Re: Scheme education

2013-04-19 Thread Stjepan Horvat
Thanks guys for your anwsers..yes and i want practical experience..after i write my first lilypond function.. I still don't feel ready..i must learn more.. I am the type of a guy who wants to script everything that is done more then once..I'd rather if it would be possible script physical stuff

Re: Scheme education

2013-04-19 Thread Nick Payne
On 19/04/13 07:31, Wim van Dommelen wrote: On 18 Apr 2013, at 16:53 , Stjepan Horvat wrote: Hi guys..i want to learn the scheme syntax and implementation in lilypond.. I'm on half of *The Little Schemer *by*Daniel P. Friedman* book (100/200p)..What would you suggest after i'm finished with

Re: Setting X-offset and Y-offset graphically.

2013-04-19 Thread Wilbert Berendsen
Op Tue, 16 Apr 2013 15:48:10 +0100 Richard Shann richard.sh...@virgin.net schreef: On Tue, 2013-04-16 at 15:44 +0200, Janek Warchoł wrote: Thanks. I'm wondering whether a similar feature could be easily implemented in Frescobaldi. There is quite a lot of machinery to achive this behind

Re: Setting X-offset and Y-offset graphically.

2013-04-19 Thread Urs Liska
Am Freitag, den 19.04.2013, 10:19 +0200 schrieb Wilbert Berendsen: Op Tue, 16 Apr 2013 15:48:10 +0100 Richard Shann richard.sh...@virgin.net schreef: On Tue, 2013-04-16 at 15:44 +0200, Janek Warchoł wrote: Thanks. I'm wondering whether a similar feature could be easily implemented

Re: Scheme education

2013-04-19 Thread Urs Liska
Am Freitag, den 19.04.2013, 09:50 +0200 schrieb Stjepan Horvat: Thanks guys for your anwsers..yes and i want practical experience..after i write my first lilypond function.. I still don't feel ready..i must learn more.. I am the type of a guy who wants to script everything that is done more

Re: Scheme education

2013-04-19 Thread Urs Liska
Am Freitag, den 19.04.2013, 10:32 +0200 schrieb Urs Liska: Am Freitag, den 19.04.2013, 09:50 +0200 schrieb Stjepan Horvat: Thanks guys for your anwsers..yes and i want practical experience..after i write my first lilypond function.. I still don't feel ready..i must learn more.. I am the

Re: Setting X-offset and Y-offset graphically.

2013-04-19 Thread Wilbert Berendsen
Op Fri, 19 Apr 2013 10:31:13 +0200 Urs Liska li...@ursliska.de schreef: What I intended to post on your issue tracker (already one day before Richard started posting his progress :-) ) is: Use Clickdrag to correct pitches. Idea: - Strg-Click on a note (- like a special behaviour of the

Re: Scheme education

2013-04-19 Thread David Kastrup
Urs Liska li...@ursliska.de writes: Am Freitag, den 19.04.2013, 09:50 +0200 schrieb Stjepan Horvat: Thanks guys for your anwsers..yes and i want practical experience..after i write my first lilypond function.. I still don't feel ready..i must learn more.. I am the type of a guy who wants to

Re: Scheme education

2013-04-19 Thread David Kastrup
Urs Liska li...@ursliska.de writes: Am Freitag, den 19.04.2013, 10:32 +0200 schrieb Urs Liska: Am Freitag, den 19.04.2013, 09:50 +0200 schrieb Stjepan Horvat: Thanks guys for your anwsers..yes and i want practical experience..after i write my first lilypond function.. I still don't feel

Re: Setting X-offset and Y-offset graphically.

2013-04-19 Thread Urs Liska
Am Freitag, den 19.04.2013, 10:43 +0200 schrieb Wilbert Berendsen: Op Fri, 19 Apr 2013 10:31:13 +0200 Urs Liska li...@ursliska.de schreef: What I intended to post on your issue tracker (already one day before Richard started posting his progress :-) ) is: Use Clickdrag to correct

Re: Scheme education

2013-04-19 Thread Janek Warchoł
2013/4/19 David Kastrup d...@gnu.org: Urs Liska li...@ursliska.de writes: That reminds me of my plan to have an issue tracker for my life ;-) Oh, and I forgot the 'rebase -i' ... With your brain being the SHA-40 of your history and the world being the

Re: Setting X-offset and Y-offset graphically.

2013-04-19 Thread David Kastrup
Urs Liska li...@ursliska.de writes: If not, would it be possible to highlight a changed note (or other item) with a color? That can be done. But recompilation is better. Easy recompilation is nice, but automatic recompilation is a nuisance. Why would an editor not be allowed to batch

coloring noteheads different depending on parts

2013-04-19 Thread takmi ikeda
i'd like to change coloring by argument. have you any idea? \version 2.16.0 #(define-public ((color-notehead . nnn) grob) (define color-mapping (vector (list (cons (ly:make-pitch 0 0 0) (rgb-color 1 0 0)) (cons (ly:make-pitch 0 4 0) (rgb-color 0 1 0)) )

Re: Setting X-offset and Y-offset graphically.

2013-04-19 Thread Urs Liska
Am Freitag, den 19.04.2013, 11:50 +0200 schrieb David Kastrup: Urs Liska li...@ursliska.de writes: If not, would it be possible to highlight a changed note (or other item) with a color? That can be done. But recompilation is better. Easy recompilation is nice, but automatic

beatStructure for 4/4 doesn't help

2013-04-19 Thread Karl Hammar
For the questions I ask, see last in mail. I'm trying to set the automatic beams in \time 4/4 like a8[ a] a[ a] ..., so I'm looking at the example in Documentation/out-www/notation.pdf (it says for version 2.15.15 on page 1), on the bottom of page 74 to the top of page 75, section Setting

Re: Setting X-offset and Y-offset graphically.

2013-04-19 Thread David Kastrup
Urs Liska li...@ursliska.de writes: Am Freitag, den 19.04.2013, 11:50 +0200 schrieb David Kastrup: Urs Liska li...@ursliska.de writes: If not, would it be possible to highlight a changed note (or other item) with a color? That can be done. But recompilation is better. Easy

Re: Setting X-offset and Y-offset graphically.

2013-04-19 Thread Urs Liska
Am Freitag, den 19.04.2013, 12:16 +0200 schrieb David Kastrup: Urs Liska li...@ursliska.de writes: Am Freitag, den 19.04.2013, 11:50 +0200 schrieb David Kastrup: Urs Liska li...@ursliska.de writes: If not, would it be possible to highlight a changed note (or other item) with a

Re: coloring noteheads different depending on parts

2013-04-19 Thread David Kastrup
takmi ikeda i...@de-dicto.net writes: i'd like to change coloring by argument. have you any idea? \version 2.16.0 #(define-public ((color-notehead . nnn) grob) (define-public ((color-notehead num) grob) (vvv (vector-ref color-mapping num)) ;it does not works. Hardly surprising.

Re: programming error - grob's vertical axis

2013-04-19 Thread Noeck
Hi, lily users: I compile a .ly file and got the following programming error. Hi, please provide a minimal example that shows the same error message! Cheers, Joram ___ lilypond-user mailing list lilypond-user@gnu.org

Re: beatStructure for 4/4 doesn't help

2013-04-19 Thread David Kastrup
k...@aspodata.se (Karl Hammar) writes: For the questions I ask, see last in mail. I'm trying to set the automatic beams in \time 4/4 like a8[ a] a[ a] ..., so I'm looking at the example in Documentation/out-www/notation.pdf (it says for version 2.15.15 on page 1), Why would you be using

Re: [Spam??] beatStructure for 4/4 doesn't help

2013-04-19 Thread Trevor Daniels
If you use the manuals for more recent versions - 2.16 or 2.17 - instead of one that is well out of date, you'll find this section has been rewritten to avoid exactly these difficulties. http://www.lilypond.org/doc/v2.16/Documentation/notation/beams#setting-automatic-beam-behavior Let us know if

Re: beatStructure for 4/4 doesn't help

2013-04-19 Thread Karl Hammar
David Kastrup: k...@aspodata.se (Karl Hammar) writes: For the questions I ask, see last in mail. I'm trying to set the automatic beams in \time 4/4 like a8[ a] a[ a] ..., so I'm looking at the example in Documentation/out-www/notation.pdf (it says for version 2.15.15 on page 1),

Re: beatStructure for 4/4 doesn't help

2013-04-19 Thread Trevor Daniels
Karl Hammar wrote Friday, April 19, 2013 1:43 PM Trevor Daniels: If you use the manuals for more recent versions - 2.16 or 2.17 - instead of one that is well out of date, you'll find this section has been rewritten to avoid exactly these difficulties.

Re: Setting X-offset and Y-offset graphically.

2013-04-19 Thread Richard Shann
On Fri, 2013-04-19 at 10:19 +0200, Wilbert Berendsen wrote: Op Tue, 16 Apr 2013 15:48:10 +0100 Richard Shann richard.sh...@virgin.net schreef: On Tue, 2013-04-16 at 15:44 +0200, Janek Warchoł wrote: Thanks. I'm wondering whether a similar feature could be easily implemented in

Scheme-sandbox on MAC

2013-04-19 Thread Joseph Austin
I'm a relative newbie to Lilypond, using 2.16.2-1 on Mac OSX 10.6 (Snow Leopard). I want to try some modifications, and am trying to work through the tutorial in: Manuals Extending Scheme Tutorial. I haven't been able to get the scheme-sandbox to work. I've downloaded:

Re: Scheme-sandbox on MAC

2013-04-19 Thread Wim van Dommelen
On 19 Apr 2013, at 21:41 , Joseph Austin wrote: I'm a relative newbie to Lilypond, using 2.16.2-1 on Mac OSX 10.6 (Snow Leopard). I want to try some modifications, and am trying to work through the tutorial in: Manuals Extending Scheme Tutorial. I haven't been able to get the

Re: Scheme education

2013-04-19 Thread Urs Liska
Am 19.04.2013 19:35, schrieb Jim Long: On Fri, Apr 19, 2013 at 10:32:19AM +0200, Urs Liska wrote: Am Freitag, den 19.04.2013, 09:50 +0200 schrieb Stjepan Horvat: Thanks guys for your anwsers..yes and i want practical experience..after i write my first lilypond function.. I still don't feel

Request for feedback on 'lobbying' paper

2013-04-19 Thread Urs Liska
Hi, today I finished the first draft of a paper on a plain text file based toolchain for writing (about) music. The target audience are people who regularely author such documents but aren't converted yet to 'our' approach to authoring. The text doesn't provide material to 'getting started'

Re: Shape of ties

2013-04-19 Thread Thomas Morley
2013/4/19 Andrew Bernard andrew.bern...@gmail.com: I want to make ties use a flared horizontal bracket instead of a curved slur shape for a contemporary score I am setting. How does one go about this sort of transformation? Andrew Hi Andrew, how about the code below (after ideas from Mike

Re: coloring noteheads different depending on parts

2013-04-19 Thread takmi ikeda
oops. Variable name is my silly mistake. I couldn't understand list structure of scheme, difference between #(a. b) #(a b) . Thank you so much! \version 2.16.0 %%% fixed code #(define-public ((color-notehead nnn) grob) (define color-mapping (vector (list (cons

Re: Scheme education

2013-04-19 Thread James Harkins
Jim Long lilypond at umpquanet.com writes: On Fri, Apr 19, 2013 at 10:32:19AM +0200, Urs Liska wrote: Am Freitag, den 19.04.2013, 09:50 +0200 schrieb Stjepan Horvat: That reminds me of my plan to have an issue tracker for my life The English term for this is, spouse. Does this mean I

Re: Scheme education

2013-04-19 Thread David Kastrup
James Harkins jamshar...@gmail.com writes: Jim Long lilypond at umpquanet.com writes: On Fri, Apr 19, 2013 at 10:32:19AM +0200, Urs Liska wrote: Am Freitag, den 19.04.2013, 09:50 +0200 schrieb Stjepan Horvat: That reminds me of my plan to have an issue tracker for my life The English