Re: new snippet: combine multimeasure rests

2013-04-18 Thread David Kastrup
Shevek writes: > I just finished writing my first Scheme extension for Lilypond! It is a > function to take a sequential music expression and condense consecutive > multimeasure rests into a single multimeasure rest. Since this is my first > attempt at Scheme, I'd love suggestions on how to impro

Shape of ties

2013-04-18 Thread Andrew Bernard
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 ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

new snippet: combine multimeasure rests

2013-04-18 Thread Shevek
I just finished writing my first Scheme extension for Lilypond! It is a function to take a sequential music expression and condense consecutive multimeasure rests into a single multimeasure rest. Since this is my first attempt at Scheme, I'd love suggestions on how to improve it. One thing I'd like

programming error - grob's vertical axis

2013-04-18 Thread MING TSANG
Hi, lily users: I compile a .ly file and got the following programming error.  I don't know how to resolve it. There is no reference line number that I can look at the code. There are 7 error messages - is that mean there are 7 places where the code is wrong?  The pdf seems ok. Starting lilyp

Re: creating a rhythm click track

2013-04-18 Thread Thomas Morley
2013/4/18 Johan Vromans : > I've uploaded a slightly enhanced and better documented version to the > LilyPond Snippet Repository under the title "Adding metronome ticks to a > piece of music". > > http://lsr.dsi.unimi.it/LSR/Item?id=876 > > Happy hacking! > > -- Johan Approved. -Harm __

Re: Scheme education

2013-04-18 Thread Thomas Morley
2013/4/18 Stjepan Horvat : > 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 it? (maybe a > book) Well, you need practical experience. Answer user

Re: Scheme education

2013-04-18 Thread Wim van Dommelen
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 it? (maybe a book) A very good reference (n

Re: Scheme education

2013-04-18 Thread David Kastrup
Stjepan Horvat writes: > 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 it? (maybe > a book) The "LilyPond -- Extending" guide. > I started

Scheme education

2013-04-18 Thread Stjepan Horvat
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 it? (maybe a book) I started to understund the recursion and how scheme syntax looks.. And a questi

Re: creating a rhythm click track

2013-04-18 Thread Marek Klein
Hello, 2013/4/18 Johan Vromans > Paul Malcolm writes: > > > Johan, got it, that is a nice self contained example and it perfect > > for what I will use it for. [...] It will be incredibly helpful. > > I've uploaded a slightly enhanced and better documented version to the > LilyPond Snippet Repos

Re: creating a rhythm click track

2013-04-18 Thread Johan Vromans
Paul Malcolm writes: > Johan, got it, that is a nice self contained example and it perfect > for what I will use it for. [...] It will be incredibly helpful. I've uploaded a slightly enhanced and better documented version to the LilyPond Snippet Repository under the title "Adding metronome ticks