lilypond-devel
[Top][All Lists]
Advanced

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

how does uniform-stretching work?


From: Graham Percival
Subject: how does uniform-stretching work?
Date: Mon, 20 Feb 2006 19:58:52 -0800

Trying to add NEWS items to the docs...

I can't see a difference between these two bars. If I understand uniform-stretching, shouldn't there be a difference? What's going on here?

\paper{ragged-right = ##t}
\score{
<<
  \time 2/4
  \new Staff { c16[ c c c c c c c] c[ c c c c c c c] }
  \new Staff {
          c16[ cisis ces cis c cisis ces cis]
    \override Score.SpacingSpanner #'uniform-stretching = ##t
          c16[ cisis ces cis c cisis ces cis]
  }
>>
}





reply via email to

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