Re: Tempo mark (MM) range

2007-03-23 Thread Kieren MacMillan
Hi Cameron: would you be willing to submit this to the LSR? I tried -- it wouldn't let me. =\ Cheers, Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Tempo mark (MM) range

2007-03-22 Thread Cameron Horsburgh
On Thu, Mar 22, 2007 at 10:33:52PM -0400, Kieren MacMillan wrote: > Hi, Ralph: > > >I'm trying to get a quarter note, followed by an equals sign ("="), > >followed by a range ("92-100"). > > I use this macro: > > tempoMark = > #(define-music-function (parser location prependText noteva

Re: Tempo mark (MM) range

2007-03-22 Thread Kieren MacMillan
Hi, Ralph: I'm trying to get a quarter note, followed by an equals sign ("="), followed by a range ("92-100"). I use this macro: tempoMark = #(define-music-function (parser location prependText notevalue appendText) (string? string? string?) #{

Re: Tempo mark (MM) range

2007-03-22 Thread Graham Percival
Palmer, Ralph wrote: I'm trying to figure out how to specify a range of tempi, using something that looks like the normal MM or tempo mark. Specifically, I'm trying to get a quarter note, followed by an equals sign ("="), followed by a range ("92-100"). I've tried the manual, the examples, the Ti

Re: Tempo mark (MM) range

2007-03-22 Thread Mats Bengtsson
You were so close! If you read the details about the \note markup command in "Overview of Text markup commands", you will notice that the second argument is numeric, i.e. it shouldn't be enclosed in double quotes. So, the following works better: c^\markup {\small \note #"4" #1 = 92 - 100 } The

Tempo mark (MM) range

2007-03-22 Thread Palmer, Ralph
Greetings - I keep thinking I can survive on my own, but I keep having to come back to you generous folks. I'm running LilyPond 2.10.16 on Windows XP Pro SP2, and using ConTEXT as my editor. I'm trying to figure out how to specify a range of tempi, using something that looks like the normal MM o