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



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to