Greetings Josh,

In your \layout block, include this to allow you more flexibility with
your tempo and rehearsal markings:

        \context {
          \Score
          \remove Metronome_mark_engraver
          \remove Mark_engraver
        }

Then, in the approriate staves, include this block

            \new Staff \with {
              \consists "Metronome_mark_engraver"
              \consists "Mark_engraver"
            }

Hope this helps!

Hwaen Ch'uqi


On 7/14/17, Joshua Nichols <josh.d.nich...@gmail.com> wrote:
> Elaine Gould recommends that rehearsal and tempo marks be printed in
> multiple places in addition to the top of the systems.
>
> How can I force Lilypond do print tempo marks in multiple places? e.g. at
> the top of the vocal section and at the top of the keyboard accompaniment.
>
> Thanks!
> --
> Josh
>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to