lilypond-user
[Top][All Lists]
Advanced

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

Ragged right on last 2 bars.


From: Peter Terpstra
Subject: Ragged right on last 2 bars.
Date: Mon, 28 Dec 2015 15:41:45 -0800
User-agent: KNode/4.14.9

Dear People,
Is it possible to apply the ragged-right paper option in such a way that only 
the last 2 bars will be effected?

Thanks in advantage!

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 "|."
  }
}

Peter




reply via email to

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