Re: First scheme program: Preprocessing graphical objects...Segmentation fault

2009-07-10 Thread Tim Woodall
On Sun, 21 Jun 2009, Neil Puttock wrote: 2009/6/20 Tim Woodall : What am I doing wrong? I can't really explain why it breaks, but repeating a music expression without making a fresh copy can cause weird errors. If you change (append notes notes) to (append notes (ly:music-deep-copy

Re: First scheme program: Preprocessing graphical objects...Segmentation fault

2009-06-20 Thread Tim Woodall
On Sat, 20 Jun 2009, Tim Woodall wrote: On Sat, 20 Jun 2009, Tim Woodall wrote: I'm working on my first ever scheme program. Things were going swimmingly until I made a typo and: t...@feynman:~/cvs/hanon$ lilypond hanon.ly GNU LilyPond 2.10.33 Processing `hanon.ly' Parsing... In

Re: First scheme program: Preprocessing graphical objects...Segmentation fault

2009-06-20 Thread Tim Woodall
On Sat, 20 Jun 2009, Tim Woodall wrote: I'm working on my first ever scheme program. Things were going swimmingly until I made a typo and: t...@feynman:~/cvs/hanon$ lilypond hanon.ly GNU LilyPond 2.10.33 Processing `hanon.ly' Parsing... Interpreting music... [8][16][24][32][40][48][

First scheme program: Preprocessing graphical objects...Segmentation fault

2009-06-20 Thread Tim Woodall
I'm working on my first ever scheme program. Things were going swimmingly until I made a typo and: t...@feynman:~/cvs/hanon$ lilypond hanon.ly GNU LilyPond 2.10.33 Processing `hanon.ly' Parsing... Interpreting music... [8][16][24][32][40][48][56][64][72][80][88][96][101] Preprocessing graphical ob

Re: splitting chords entered as <>^"with stuff" \etc

2009-01-19 Thread Tim Woodall
On Mon, 19 Jan 2009, Carl D. Sorensen wrote: I find \relative to work quite nicely for chords, once I understood that the first note in a chord gets its octave from the first note of the previous chord. I use \relative mode virtually exclusively for note entry, regardless of whether it's in si

Re: splitting chords entered as <>^"with stuff" \etc

2009-01-18 Thread Tim Woodall
And, of course, I found some bugs as soon as I'd posted. Quick breakdown of how it works incase anyone really wants to hack on it. First it splits the three parts out into three files. Basically all it does is remove the other two notes from inside <>. It does depend on the chord all being on on

Re: splitting chords entered as <>^"with stuff" \etc

2009-01-18 Thread Tim Woodall
On Sun, 18 Jan 2009, Tim Woodall wrote: Surely the octaves can change? (I'm a very new lilypond user but a fairly confident sed user so I might be completely misunderstanding something) Well it was an interesting exercise. I believe that the following bash script does what is require

Re: Trying to start once again...

2009-01-18 Thread Tim Woodall
On Sun, 18 Jan 2009, Michael Falkenburg wrote: ...after a VERY Long hiatus. There a couple of problems I'm experiencing: 1) Trying to use Ubuntu (it's Ibex), I just can't seem to install LilyPond (ver. 2.10.33-1) correctly. There's no icon for it on the Desktop. JEdit (4.3pre16) works fine.

Re: splitting chords entered as <>^"with stuff" \etc

2009-01-18 Thread Tim Woodall
On Fri, 16 Jan 2009, David Raleigh Arnold wrote: Thanks Dave, Seems the script doesn't like the text in the file - using ^"some words" causes problems. Also, some of the articulations are a problem for it. When I finally got a resulting file the octaves were totally messed up, I had notes wi