lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-book "ignores" system-count?


From: Mats Bengtsson
Subject: Re: lilypond-book "ignores" system-count?
Date: Tue, 20 Mar 2007 14:34:27 +0100
User-agent: Thunderbird 1.5.0.10 (X11/20070221)



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




reply via email to

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