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