lilypond-user
[Top][All Lists]
Advanced

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

Re: one measure per line


From: Dmytro O. Redchuk
Subject: Re: one measure per line
Date: Tue, 9 Sep 2008 10:07:55 +0300

2008/9/9 Mark Polesky <address@hidden>:
> Josh,
>
> Let's say you have 100 measures in your score.
> Either of these will work:

I would say:

Let's say you have N measures in your score.
Either of these will work:

\layout {
 ragged-right = ##t
 system-count = #K
}

\paper {
 ragged-right = ##t
 system-count = #K
}

Where K is a number greater than N.

So, one could write:
system-count = #9999

and this would do the job.
> Cheers,
> Mark

-- 
Dmytro O. Redchuk




reply via email to

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