Ian Hulin wrote:
Federico,
Put the \include "english.ly" call in your top-level file instead (see below)


Hi Ian,

I've tried that, but this way I get another error concerning variables (all my included files - the real ones, not the examples posted here - have two variables).

This is a tiny example of the structure of my included files (in this case I would get the error "unknown escaped string \music"):


\version "2.13.3"

\header {
  title= "Score 1"
}

music= { c d e f }

\score {
  \new Staff { \music }
}


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to