On 21 January 2013 21:14, Federico Bruni <[email protected]> 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 <[email protected]>

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

Reply via email to