Re: 2 \tempo command at the same time

2015-03-20 Thread Anton Curl
In fact I'm transcribing a jazz song for classical musicians. There are tempo changes and also a passage without swing. So I prefer to stay relatively accurate in the indications and avoid any confusion. Anton Curl On 20/03/2015 15:20, Robert Schmaus wrote: Well you *can* do that (and I've s

Re: 2 \tempo command at the same time

2015-03-20 Thread Robert Schmaus
Well you *can* do that (and I've seen it done that way), but often - the music being improvised anyway - you don't really have a tempo indication, except for Swing, Med. Swing, Uptempo Swing, Ballad etc., and those are just suggestions or show how the piece was played in a referenced recording.

Re: 2 \tempo command at the same time

2015-03-20 Thread Anton Curl
I don't know much about jazz. It's not the kind of music I'm usually typesetting. I never saw a jazz lead sheet with swing written followed by the metronome mark between brackets. If it's the policy, I can adopt it. But I'm curious to see some examples of it. Anton Curl On 20/03/2015 14:36,

Re: 2 \tempo command at the same time

2015-03-20 Thread Robert Schmaus
If you're producing a jazz lead sheet (as the "swing" indicates), you're wrong. \tempo "Swing" 4=125 Merely indicates that the *style* is Swing while the tempo is 125. You could also write \tempo "Swing" 4=200 Which would indicate that this is a swing piece of tempo 200. Jazz tempo indicatio

Re: 2 \tempo command at the same time

2015-03-20 Thread Paul Scott
On Fri, Mar 20, 2015 at 08:59:27AM +0100, Anton Curl wrote: > Hi everyone! > > I'd like to put an indication displayed in all the parts but only once in > the score, like a tempo mark. > > I found this syntax: > \tempo \markup { "swing" } > But at the same place in the score, I already have a \

Re: 2 \tempo command at the same time

2015-03-20 Thread Anton Curl
Yes that's it! Thanks! On 20/03/2015 13:29, Cynthia Karl wrote: I think you're looking for the \mark command, which does exactly what you're looking for, once in the score and in each part: << \new Staff \relative c'' { \tempo 4=120 \mark \markup { \hspace #30 "swing" } c d e f } \

Re: 2 \tempo command at the same time

2015-03-20 Thread Cynthia Karl
> Message: 3 > Date: Fri, 20 Mar 2015 10:03:10 +0100 > From: Anton Curl > To: Craig Dabelstein , > lilypond-user@gnu.org > Subject: Re: 2 \tempo command at the same time > > That's not exactly what I want. > > "\tempo "Swing" 4=125"

Re: 2 \tempo command at the same time

2015-03-20 Thread Anton Curl
That's not exactly what I want. "\tempo "Swing" 4=125" seems to mean "the tempo is Swing which correspond to 4=125". Whereas what I want is 2 different independent indications. The same result but without the parenthesis for example. Maybe the \tempo command is not the command to use in this

Re: 2 \tempo command at the same time

2015-03-20 Thread Craig Dabelstein
Hi Anton, Can't you do: \tempo "Swing" 4=125 Or is that not what you are looking for? Craig On Fri, 20 Mar 2015 at 17:59 Anton Curl wrote: > Hi everyone! > > I'd like to put an indication displayed in all the parts but only once > in the score, like a tempo mark. > > I found this syntax: >