Dmytro O. Redchuk wrote:

When first answering your question, I thought that this is what you tried
and what didn't work (but it clearly does, now that I try it).
No, i have tried to specify system-count inside "\paper" block in
myscore.ly file, but almost any option there is ignored by lilypond-book.


If you want to use \lilypondfile and don't want to specify system-count within that file,
Yes, i do want to specify system-count within lilypond source file!-)
But that didn't work (2.10.20, windows and linux binary versions).

Are you really sure? I just tried to split the example I sent in my earlier email
into a separate .ly file and a LaTeX file that just makes \lilypondfile{...}
and it certainly works to set system-count in a \paper block within the included .ly file.

then you could use a trick like
\begin{lilypond}
 \paper{ system-count = 10 }
 \include{myfile.ly}
\end{lilypond}
Great!!!

That works, really. Like this:

This should be completely equivalent to doing the same setting within myfile.ly
and using \lilypondfile{myfile.ly}.

  /Mats


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

Reply via email to