Am 16.04.2013 17:58, schrieb Peter Toye:
> Phil,
>
> Don't quite understand this, but that's the problem with being a newbie.
> I'd have thought that markings all referred to the next block.
Hi Phil,
I will try to explain. No, these "markings" (as you call them; \tempo,
\clef, etc.) are valid
Re: Lyric placement and tempo woes
Phil,
Don't quite understand this, but that's the problem with being a newbie. I'd
have thought that markings all referred to the next block. But your solution
works fine. Thanks.
Best regards,
Peter
mailto:lilyp...@
Phil,
Don't quite understand this, but that's the problem with being a newbie. I'd
have thought that markings all referred to the next block. But your solution
works fine. Thanks.
Best regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
-
Tuesday, April 16, 2013, 3:
Trevor,
Thanks. 1) Got it wrong. 2) Yes it works, but not sure why. Julia much happier.
Best regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
-
Tuesday, April 16, 2013, 4:16:35 PM, you wrote:
> Peter, you wrote Tuesday, April 16, 2013 10:43 AM
>> 1) I'm trying t
>> 2) If I add a tempo indication (delete the "%") the pitch changes (see
>> Warlock2WRONG attached) - this is the first occasion I've heard that adding
>> a tempo mark changes a mezzo-soprano into a baritone - she won't be happy!
>
> The \tempo command should come before the \relative. That w
Peter, you wrote Tuesday, April 16, 2013 10:43 AM
> 1) I'm trying to arrange a part song with lyrics for each stave. The snippet
> below puts the lyrics at the bottom of all the staves - but I seem to be
> copying the manual. See Warlock2OK attached.
I think someone already remarked that \addl
Lyric placement and tempo woesYou've got:
\relative c''
\tempo "Allegretto con moto"
{
So the music that immediately follows the \relative is your \tempo marking, so
it is only that that the \relative applies to. If you wrote
\tempo "Allegretto con moto"
\relative c''
{
music
}
The \re
2013/4/16 Peter Toye :
>
> 1) I'm trying to arrange a part song with lyrics for each stave. The snippet
> below puts the lyrics at the bottom of all the staves - but I seem to be
> copying the manual. See Warlock2OK attached.
\addlyrics should be outside of \new Staff { }
hth,
Janek