lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More than one tempo mark in a score


From: Hwaen Ch'uqi
Subject: Re: More than one tempo mark in a score
Date: Sun, 11 Feb 2018 13:27:52 -0500

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 <address@hidden> 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:address@hidden
> www.ptoye.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]