Hi,

I tried the uniform-stretching property but couldn't get it to work as
expected. If I understand this property correctly, it should stretch
out bars according to their time-signature regardless of skips or
rests within.

This fails (e.g. the first measure should be much wider than the
second, the last and the one before the last measure should have the
same width ...):

\version "2.11.0"

\score {
    \new Staff {
        \relative {
            \override Score.SpacingSpanner #'uniform-stretching = ##t
            \set Score.proportionalNotationDuration = #(ly:make-moment 8 50)
            \time 4/4 r1
            \time 3/8 r4.
            \time 5/4 r1 r4
            \time 5/16 r4 r16
            \time 5/8 s2 s8
            \time 5/8 r2 r8
        }
    }
    \layout {
        ragged-right = ##t
    }
}

Can someone help? Trevor?

--
Orm


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to