lilypond-user
[Top][All Lists]
Advanced

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

Re: stretching ragged last bar in the Voice context


From: Xavier Scheuer
Subject: Re: stretching ragged last bar in the Voice context
Date: Mon, 21 Jan 2013 22:20:01 +0100

On 21 January 2013 21:14, Federico Bruni <address@hidden> wrote:
>
> (snip)
>
> Maybe it's just the wrong workaround for what I'm trying to achieve?

Hi Federico,

I see you this Voice contains MultiMeasureRest in the part you want to
stretch.  I'd suggest using
  \override MultiMeasureRest #'minimum-length = #20
in order to increase the space take by these measures.

%%%% Lily code
\paper {
  ragged-last = ##t
}

\relative c'' {
  \repeat unfold 4 { R1*4 \break }
  \override MultiMeasureRest #'minimum-length = #20
  R1 R1
}
%%%% End of lily code

Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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