In general it's best practice to keep includes at the top of the file, so I
would do it like this:
%file custom.ly
varA = %letter paper; can't check syntax on my ipod so not going to try
varB = %ragged right
%your file
\version "2.18.0"
\include "custom.ly"
\paper{ \varB }
etc.
On Jan 2, 2014,
On Thu, Jan 2, 2014 at 6:55 PM, guocuozuoduo wrote:
> I would like to know how to use the \include command for only part of a score.
> It is not described in the manual.
sectionA.ily:
\relative c' {\time 4/4 c1 |}
sectionB.ily:
\relative c' {e1 |}
score.ly:
\score {
\new Staff {
\include
Hello,
I would like to know how to use the \include command for only part of a score.
It is not described in the manual.
A reply would be much appreciated.
Thanks.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/lis