Re: strange lilypond errors in 2.15.24

2012-01-11 Thread Shevek
Francisco Vila wrote: \global = { % stuff } should be global = { \guitar = { should be guitar = { % stuff \context ChordNames = chords \with { alignAboveContext = Guitar % commenting out this line solves the error }

Re: strange lilypond errors in 2.15.24

2012-01-11 Thread Francisco Vila
2012/1/11 Shevek s...@saultobin.com: Francisco Vila wrote: \global = {     % stuff } should be global = { \guitar = { should be guitar = {     % stuff             \context ChordNames = chords \with {             alignAboveContext = Guitar                 % commenting out this

Re: strange lilypond errors in 2.15.24

2012-01-11 Thread Francisco Vila
2012/1/11 Shevek s...@saultobin.com: Yes indeed. I noticed those typographical errors in my post soon after posting, and, as you can see, edited the post to fix them. BTW What do you mean by edited the post? This is a mailing list from my point of view and I didn't see any fixes, sorry. --

Re: strange lilypond errors in 2.15.24

2012-01-11 Thread Shevek
Francisco Vila wrote: With the typos corrected and some content inside braces I obtain no errors or warnings. The example also compiles fine for me. As I noted in my original post, that is one of the odd things about the error I'm getting. The line I marked causes a crash in the context of

Re: strange lilypond errors in 2.15.24

2012-01-11 Thread Francisco Vila
2012/1/11 Shevek s...@saultobin.com: Francisco Vila wrote: With the typos corrected and some content inside braces I obtain no errors or warnings. The example also compiles fine for me. As I noted in my original post, that is one of the odd things about the error I'm getting. The line I

Re: strange lilypond errors in 2.15.24

2012-01-11 Thread Shevek
Francisco Vila wrote: I don't see how can we help if we can not reproduce the error. The thing is that I've attempted to use process of elimination to identity the source of the error, to little success. As far as I can tell, there is no single line or combination of lines that causes

Re: strange lilypond errors in 2.15.24

2012-01-11 Thread Saul Tobin
On Wednesday, January 11, 2012 10:38:41 AM you wrote: - Original Message - From: Shevek s...@saultobin.com To: lilypond-user@gnu.org Sent: Wednesday, January 11, 2012 6:20 PM Subject: Re: strange lilypond errors in 2.15.24 Francisco Vila wrote: With the typos corrected and some

Re: strange lilypond errors in 2.15.24

2012-01-11 Thread Thomas Morley
, each section of the code compiles fine by itself. Saul On Wednesday, January 11, 2012 10:38:41 AM you wrote: - Original Message - From: Shevek s...@saultobin.com To: lilypond-user@gnu.org Sent: Wednesday, January 11, 2012 6:20 PM Subject: Re: strange lilypond errors in 2.15.24

Re: strange lilypond errors in 2.15.24

2012-01-10 Thread Phil Holmes
On my windows system, the sample you supplied doesn't compile - the use of \global= and \guitar= are shown as errors. Replacing those without the backslash it won't compile - \chordnames. Getting rid of that gives no output. Putting something in as music I get a successful compilation. So

Re: strange lilypond errors in 2.15.24

2012-01-10 Thread Francisco Vila
2012/1/10 Shevek s...@saultobin.com: \global = { % stuff } should be global = { \guitar = { should be guitar = { % stuff \context ChordNames = chords \with { alignAboveContext = Guitar % commenting out this line solves the error