Hi Ch'uqi,

Thanks for this. I have to put in the tempo markings for each stave, but that's 
easier than counting all the silent bars in Simon's solution.

I can see that with a score which has several staves needing tempo markings 
Simon's solution works better, but for two yours is my choice. It's a shame 
that LP doesn't have an automated way of doing repeating the metronome (or 
tempo) marks automatically.

Best regards,

Peter
mailto:lilyp...@ptoye.com
www.ptoye.com

-------------------------
Sunday, February 11, 2018, 6:27:52 PM, you wrote:

> Greetings Peter,

> Well, I don't know exactly how you are setting up the code for your
> score, but something like this should do the trick:

> \score {
>   <<
>     \new PianoStaff <<
>       \new Staff \with {
>         \consists "Metronome_mark_engraver"
>       }
>       {
>         . . .
>       }
>       \new Staff {
>         . . .
>       }
>     >>
>     \new PianoStaff <<
>       \new Staff \with {
>         \consists "Metronome_mark_engraver"
>       }
>       {
>         . . .
>       }
>       \new Staff {
>         . . .
>       }
>     >>

>   \layout {
>     \context {
>       \SCORE
>       \remove "Metronome_mark_engraver"
>     }
>   }
> }

> Hwaen Ch'uqi


> On 2/11/18, Peter Toye <lilyp...@ptoye.com> wrote:
>> Is it possible to force a score to put tempo markings above more than the
>> top line? I'd like to put the tempo changes above both of the piano parts in
>> a duet, so the secondo player changes tempo at the same time as the primo
>> when sight-reading. I've looked through the snippets and the internals
>> manuals and can't see anything (which probably means I've been looking in
>> the wrong place).


>> Regards,

>> Peter
>> mailto:lilyp...@ptoye.com
>> www.ptoye.com
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to