lilypond-user
[Top][All Lists]
Advanced

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

Re: metric modulation?


From: Valentin Villenave
Subject: Re: metric modulation?
Date: Thu, 26 Jul 2007 21:29:33 +0200

26 Jul 2007 21:00:59 +0200, Arvid Grøtting <address@hidden>:

\version "2.11.28" % should work on versions all the way back to 2.8

looksFaster = #(define-music-function (parser location music)
                                    (ly:music?)
            (let ((new-music (ly:music-deep-copy music)))
             (shift-duration-log new-music 1 0)
             new-music))

\score { \looksFaster { a4. b4 c b8 a g a4 b8 a }}

Looks great!
I added it to the LSR.
http://lsr.dsi.unimi.it/LSR/Item?u=1&id=305

Regards,
Valentin




reply via email to

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