lilypond-devel
[Top][All Lists]
Advanced

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

Re: Ignoring note value when spacing notes and rests


From: Benkő Pál
Subject: Re: Ignoring note value when spacing notes and rests
Date: Sat, 15 Jun 2013 14:27:00 +0200

2013/6/15 Phil Holmes <address@hidden>:
> I'm setting a piece of late 16th century music (it's in Musica Transalpina),
> and at this time notes and rests tended to occupy a space determined by
> their fitment on the page, rather than their note value.  I've read the
> section of the NR on proportional spacing, which does exactly the opposite
> of what I want.  Is there a way to force essentially uniform spacing,
> regardless of note value?

I'd love such a command too; in the meantime I play with settings like

\context
{
\Score
% \override SpacingSpanner #'packed-spacing = ##t
\override SpacingSpanner #'base-shortest-duration = #(ly:make-moment 16 1)
\override SpacingSpanner #'shortest-duration-space = #0
\override SpacingSpanner #'spacing-increment = #0
}

p



reply via email to

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