Hi David,

> For the sake of completeness: full-measure-extra-space is a useful property

There is so much in the deep dark vaults of the Lilypond code about which I 
know absolutely nothing…  =)

> Any centering would be trial-and-error, so there's a need for something 
> automatic.

Yes!!

Here’s a double-hack, which works reasonably well in my relatively simple 
(one-Staff) score:

\version "2.19.15"

testing = {
  c''4 c'' c''
  \override Score.NonMusicalPaperColumn.full-measure-extra-space = 3
  c'' |
  \once \omit Score.TimeSignature \time 1/16 c''1*1/16
  \bar "|."
}

\layout { ragged-right = ##f }
\score { \testing }

Thanks!
Kieren.
_______________________

Kieren MacMillan, composer
www:  <http://www.kierenmacmillan.info>
email:  i...@kierenmacmillan.info


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to