2013/6/15 Phil Holmes <em...@philholmes.net>:
> 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

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

Reply via email to