lilypond-user
[Top][All Lists]
Advanced

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

Re: Ragged right on last 2 bars.


From: Brian Barker
Subject: Re: Ragged right on last 2 bars.
Date: Tue, 29 Dec 2015 01:24:05 +0000

At 15:41 28/12/2015 -0800, Peter Terpstra wrote:
Is it possible to apply the ragged-right paper option in such a way that only the last 2 bars will be affected?

Example:
\version "2.18.2"
\paper {
  indent = 0
  ragged-last-bottom = ##t
  ragged-right = ##t
}
\score {
  \relative c' {
   \repeat unfold 12 {a'4 b c d}\break
   <e, b' d gis> r <a, c' e a>2
   \bar "|."
  }
}

ragged-last = ##t
(without ragged-right = ##t)
Note that ragged-last-bottom applies to vertical spacing, not horizontal.

I trust this helps.

Brian Barker




reply via email to

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