On 27 July 2010 21:30, Neil Puttock <n.putt...@gmail.com> wrote:

> Oops, this should read
>
> ly:context-set-property!

OK, let's try once more. :)

I promise it'll work this time:

\score {
 \relative c' {
   \tempo 4 = 60
   c4 c c c
   c4 c c c
   \context Timing
   \applyContext
   #(lambda (ctx)
      (let ((wholes (ly:context-property ctx 'tempoWholesPerMinute)))
        (ly:context-set-property! ctx 'tempoWholesPerMinute
                                          (ly:moment-mul wholes
(ly:make-moment 4 3)))))
   c4 c c c
   c4 c c c
 }
 \midi {}
}

Cheers,
Neil

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to