lilypond-user
[Top][All Lists]
Advanced

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

Re: Several issues transcribing ancient notation (clefs, noteheads, spac


From: Kieren MacMillan
Subject: Re: Several issues transcribing ancient notation (clefs, noteheads, spacing)
Date: Thu, 21 Feb 2008 13:41:21 -0500

Hi Till,

So this is no easy way to scale all notes to the same duration.

No, but a Scheme-savvy person (Mats? or you, Till?) should be able to whip up something like

unifyDuration = #(define-music-function (parser location music duration)
                                   (ly:music? number?)
           (let ((new-music (ly:music-deep-copy music)))
            (ly:make-duration new-music $duration)
            new-music))

This one, of course, doesn't work -- I'm not very Scheme-savvy...  =\
Just a thought-experiment for you.

Hope this helps,
Kieren.




reply via email to

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