lilypond-user
[Top][All Lists]
Advanced

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

Re: forcing bar number events


From: Keith OHara
Subject: Re: forcing bar number events
Date: Fri, 20 Sep 2013 07:26:08 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Werner LEMBERG <wl <at> gnu.org> writes:

> It would be a great simplification if it would not be necessary to
> artificially break up `R1*4' into `R1 R1*3'.
>

The multi-measure rests break on any event, tempo change, double bar...,

so you could put a repeating s1*5 in the 'conductor' part 
if you want to prevent the rests from joining across even
mulitples of 5 in the bar number.

\new Staff <<
  { s1*4 \repeat unfold 20 s1*5 }
  {/* your music here */} >>




reply via email to

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