Hi Kieren!

%%%  tempTest.ly

\version "2.19"
testing = { c''4 4 4 4 }


%%%  file2.ly

\version "2.19"
\bookpart {
  \include "tempTest.ly"
  \score { \testing }
}

throws several errors.
Because the definition of testing is invalid at that point of the main
source file. If tempTest.ly would contain e.g. a score or a \paper block
no error would occur.

Knut

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to