[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: print rehearsal marks in multiple parts
From: |
Hwaen Ch'uqi |
Subject: |
Re: print rehearsal marks in multiple parts |
Date: |
Fri, 14 Jul 2017 21:18:31 -0400 |
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 <address@hidden> 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
>