On 28 September 2011 09:04, David Kastrup <d...@gnu.org> wrote:

> With the current development version, you can write this as
>
> partialInline = #(define-music-function (parser location dur mus)
> (ly:duration? ly:music?)
>  #{
>    \set Timing.measureLength = $dur

measureLength is a moment, so you have to convert it:

\set Timing.measureLength = $(ly:duration-length dur)

Cheers,
Neil

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

Reply via email to