lilypond-user
[Top][All Lists]
Advanced

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

Re: Forced # of measures per system?


From: Erik Sandberg
Subject: Re: Forced # of measures per system?
Date: Mon, 12 Jan 2004 22:48:26 +0100
User-agent: KMail/1.5.4

On Monday 12 January 2004 22.44, Carl Youngblood wrote:
> Thanks for the help. The only problem I have now is that this causes an
> empty staff to show up for the \repeat section.  How do I get rid of
> this and still retain the number of measures per system that I want?
>

Put it into an existing staff. If you have a staff, say
\context Staff {...music...}

then change this to:
\context Staff <<
  \repeat \unfold 7 {\repeat \unfold 3 {s1 \noBreak } s1 \break }
  {...music...}
>>

Erik





reply via email to

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