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:

file0.ly

\version "2.13"
\include "english.ly"

\new TabStaff \relative c {
 \set TabStaff.stringTunings = #guitar-drop-d-tuning
 d,1
 <d' a' d fs>1
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%

file1.ly

\version "2.13"

\new TabStaff \relative c {
 \set TabStaff.stringTunings = #guitar-drop-d-tuning
 d,1
 <d' a' d fis>1
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%

book.ly

\version "2.13"


\include "file0.ly"
\include "file1.ly"
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to