lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \include and alterations


From: Federico Bruni
Subject: Re: \include and alterations
Date: Fri, 05 Mar 2010 18:22:50 +0100

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"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]