lilypond-user
[Top][All Lists]
Advanced

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

Re: music functions: how to translate "user-durations" in ly:durations


From: Nicolas Sceaux
Subject: Re: music functions: how to translate "user-durations" in ly:durations
Date: Thu, 15 Jun 2006 21:52:55 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

Michael Meixner <address@hidden> writes:

> Right now the input is in the format:
>       % dotted eigths:
>                       \squashDurations #8 #1 {...music...}
>
> I would prefer:
>       % dotted eigths:
>                       \squashDurations "8." {...music...}

Why not something like:

  \squashDurations s8. {...music...}

then you have the duration parsing for free: just get the duration
property from the skip event.

nicolas




reply via email to

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