lilypond-user
[Top][All Lists]
Advanced

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

Re: Scaled durations in scheme


From: Fr. Samuel Springuel
Subject: Re: Scaled durations in scheme
Date: Sat, 25 Apr 2020 16:08:49 -0400

Nevermind, I figured it out:

\version "2.19.84"

recite-note = #(define-music-function (note) (ly:music?)
                   (define dur 1)
            (withMusicProperty 'duration (ly:make-duration dur 0 (/ (expt 2 
dur) 4)) note))

\new Staff {
    \new Voice { g' \recite-note g' g' }
}

✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝
Fr. Samuel, OSB
(R. Padraic Springuel)
St. Anselm’s Abbey
4501 South Dakota Ave, NE
Washington, DC, 20017
202-269-2300
(c) 202-853-7036

PAX ☧ ΧΡΙΣΤΟΣ




reply via email to

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