Kieren MacMillan <[email protected]> writes:

> Hi all,
>
>> FWIW, i'd like to be able to do this, too.
>
> Maybe there's a way for a function (or engraver?) to extract the
> duration of "skip-only" music (i.e., uninterrupted by things like
> \mark or \tempo or \bar) and [re-]combine them?

It would be the job of the engraver for multimeasure rests.  However,
I have distinct problems imagining what the output of the following
should be if one were to combine multimeasure rests:

\version "2.17.13"

global = {
  \repeat "unfold" 8 { s1 }
}

notes = \relative c' <<
  R1*5^"A"
  c1
  { s1 R1*3^"B" }
>>

\score {
  \new Staff << \global \notes >>
}


-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to