lilypond-user
[Top][All Lists]
Advanced

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

stretching ragged last bar in the Voice context


From: Federico Bruni
Subject: stretching ragged last bar in the Voice context
Date: Sat, 12 Jan 2013 12:17:18 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

I'm trying to stretch a ragged last bar in a score.
I know I can use the following override (NR 4.5.1, Known issues):

\paper {
  ragged-last = ##t
}

\relative c'' {
  \repeat unfold 4 { R1*4 \break }
  \override Score.NonMusicalPaperColumn.padding = #20
  R1 R1
}

However, I need to apply this kind of override in a Voice context, so I can't use NonMusicalPaperColumn.
There's any other workaround to achieve what I want?

Thanks
--
Federico



reply via email to

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