I'm trying to set a song and have the tempo indications on both vocal and piano
staves. I used Hwaen Ch'uqi's suggestion from way back to get the correct
engravers, but they aren't aligned correctly. Here's an MWE. Any ideas how to
get them to align?
\version "2.20.0"
\language "english"
\score {
<<
\new Voice = "vocals"
\with {
\consists "Metronome_mark_engraver"
}
{
\clef "treble"
\tempo "Andante"
%
\relative
{ c'4 c d d }
}
\new PianoStaff {
<<
\new Staff
\with {
\consists "Metronome_mark_engraver"
}
{
\clef "treble"
\tempo "Andante"
\relative {
r4 <c' e g> r <b d g> |
}
}
\new Staff {
\clef "bass"
\relative {
c2 g
}
}
>>
}
>>
\layout {
\context {
\Score
\remove "Metronome_mark_engraver"
}
}
}
Regards,
Peter
mailto:[email protected]
www.ptoye.com