lilypond-user
[Top][All Lists]
Advanced

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

Re: bookparts


From: Knut Petersen
Subject: Re: bookparts
Date: Mon, 5 Mar 2018 18:49:27 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

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



reply via email to

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