lilypond-user
[Top][All Lists]
Advanced

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

Re: \partial only on first measure?


From: Neil Puttock
Subject: Re: \partial only on first measure?
Date: Wed, 28 Sep 2011 09:07:58 +0100

On 28 September 2011 09:04, David Kastrup <address@hidden> 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



reply via email to

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