lilypond-user
[Top][All Lists]
Advanced

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

Re: Fixed number of bars per line


From: Kieren MacMillan
Subject: Re: Fixed number of bars per line
Date: Thu, 20 Nov 2008 10:08:51 -0500

Hi all,

A quick and dirty solution:
\time 4/4 \repeat unfold X { s1 s1 s1 s1 \break }
where X is the number of lines you want to get.

To be absolutely sure it doesn't break incorrectly, I think you'd have to use

\repeat "unfold" BARNUMS { \repeat "unfold" BARSPERLINE { s1 \noBreak } \break }

Also, you might want to \remove the time signature engraver.

HTH!
Kieren.




reply via email to

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