lilypond-user
[Top][All Lists]
Advanced

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

Re: forcing MultiMeasureRests to combine


From: David Kastrup
Subject: Re: forcing MultiMeasureRests to combine
Date: Wed, 16 Oct 2013 17:40:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Kieren MacMillan <address@hidden> 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




reply via email to

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