Hi David,

On Sun, Jan 25, 2009 at 10:49 PM, madMuze <[email protected]> wrote:
>
> Version 2.12 has this new feature:
>  "Notes or rests, such as a typical end note, that fill an entire measure
> are preceded by some more space."
>
> The amount of "more space" varies with how loose / tight the line is (which
> is a good thing) but for me, it's a bit too much overall. Is there a way to
> control how much more space is "some"?

A method of controlling this was just added to LilyPond.

Try out different values for 'full-measure-extra-space in the example
below.  Note that the example will only work in 2.12.2 (latest
version).

%% BEGIN %%
\version "2.12.2"

\score {
  \relative c' {
    c1 c c c \break
    \override Score.NonMusicalPaperColumn
      #'full-measure-extra-space = #-0.25
    c1 c c c
  }
  \layout {
    indent = #0
    \context {
      \Staff
      \remove "Time_signature_engraver"
    }
  }
}
%% END %%

Hope this helps,
Patrick


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

Reply via email to