Re: \include and alterations

2010-03-08 Thread Federico Bruni
Il giorno Mon, 08 Mar 2010 14:31:30 +0100 Mats Bengtsson ha scritto: > > > Federico Bruni wrote: [cut] > > I hope one day I'll understand the logic of \include ;-) > > > \include does exactly the same thing as pasting the content of the > included file into the current file. Nothing magic! > >

Re: \include and alterations

2010-03-08 Thread Mats Bengtsson
Federico Bruni wrote: Il giorno Fri, 5 Mar 2010 18:32:56 +0100 Francisco Vila ha scritto: > >> file1.ly > >> > >> \version "2.13" > > \include "nederlands.ly" > > This would be the right approach, I think. Yes, of course. Stupid me.. I thaught \include "english" was enabled just in the

Re: \include and alterations

2010-03-05 Thread Federico Bruni
Il giorno Fri, 5 Mar 2010 18:32:56 +0100 Francisco Vila ha scritto: > >> file1.ly > >> > >> \version "2.13" > > \include "nederlands.ly" > > This would be the right approach, I think. Yes, of course. Stupid me.. I thaught \include "english" was enabled just in the first file, instead it's "

Re: \include and alterations

2010-03-05 Thread Francisco Vila
2010/3/5 Francisco Vila : >> file1.ly >> >> \version "2.13" \include "nederlands.ly" This would be the right approach, I think. -- Francisco Vila. Badajoz (Spain) www.paconet.org , www.csmbadajoz.com ___ lilypond-user mailing list lilypond-user@gnu.o

Re: \include and alterations

2010-03-05 Thread Francisco Vila
2010/3/5 Federico Bruni : > I guess the problem is that the previous included file has an \include > "english.ly" statement, > > and it seems that this breaks the next file (which uses default names > instead). > file1.ly > > \version "2.13" > > \new TabStaff \relative c { >   \set TabStaff.string

Re: \include and alterations

2010-03-05 Thread Federico Bruni
I thaught I was not able to do a minimal example which could fail, but it was easier than expected. I guess the problem is that the previous included file has an \include "english.ly" statement, and it seems that this breaks the next file (which uses default names instead). Here's the example:

Re: \include and alterations

2010-03-05 Thread Francisco Vila
2010/3/5 Federico Bruni : > Can anyone give me some hint on how to track this problem? I you craft a minimal set of files that show the problem, I promise trying to reproduce it. -- Francisco Vila. Badajoz (Spain) www.paconet.org , www.csmbadajoz.com ___

\include and alterations

2010-03-05 Thread Federico Bruni
Hi, I have another problem with the use of \include. I have a file which compiles fine, even though I get this error message: programming error: no solution found for Bezier intersection Anyway, the output is fine. Now, if I include this file in my book.ly file, I get a bunch of errors related