scheme variable for tempo

2010-07-28 Thread michael webster
I am writing some music with a great many metric modulations. I plan to create a set of metric modulations which i could re-use: \quarterEqualsDottedEighth and so forth to produce the desired notation. Simple enough. But what I am after is a way to have these prefab modulations affect the temp

Re: scheme variable for tempo

2010-07-27 Thread Neil Puttock
On 27 July 2010 21:30, Neil Puttock 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 ((whol

Re: scheme variable for tempo

2010-07-27 Thread Neil Puttock
On 27 July 2010 21:28, Neil Puttock wrote: >         (ly:context-set-property ctx 'tempoWholesPerMinute Oops, this should read ly:context-set-property! Cheers, Neil ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/li

Re: scheme variable for tempo

2010-07-27 Thread Neil Puttock
On 27 July 2010 18:54, michael webster wrote: > Simple enough. But what I am after is a way to have these prefab modulations > affect the tempo. Ideally I could set some kind of variable for the tempo and > have the metric modulations alter it, so that they would perform as expected > in every

scheme variable for tempo

2010-07-27 Thread michael webster
I am writing some music with a great many metric modulations. I plan to create a set of metric modulations which i could re-use: \quarterEqualsDottedEighth and so forth to produce the desired notation. Simple enough. But what I am after is a way to have these prefab modulations affect the temp