lilypond-user
[Top][All Lists]
Advanced

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

Re: measures with one timing event


From: Patrick McCarty
Subject: Re: measures with one timing event
Date: Mon, 26 Jan 2009 11:54:35 -0800

Hi David,

On Sun, Jan 25, 2009 at 10:49 PM, madMuze <address@hidden> 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




reply via email to

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