lilypond-user
[Top][All Lists]
Advanced

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

Select one PDF to generate from .ly with multiple books


From: Hayden Muhl
Subject: Select one PDF to generate from .ly with multiple books
Date: Fri, 20 Jan 2012 15:38:23 -0800

Let's say I have a .ly file of a piano trio. The file has three book sections, one for each of the instruments, so when I compile my .ly file I get three pdf files, a piano part, a violin part and a cello part. Something like the following.

\book {
  % piano
}

\book {
  % violin
}

\book {
  % cello
}

Is there a way to tell lilypond to only generate the cello part from this file? I understand that there are other solutions to this, like using multiple files and include statements. I'm just curious if this particular functionality exists.

- Hayden

reply via email to

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