Re: print rehearsal marks in multiple parts

2017-07-14 Thread Joshua Nichols
Kieren,

I felt a little intimidated by the significant snippet you were probably
thinking of. But, Hwaen provided a sufficient hack for my small ensemble
music. :) Thanks! I'll look into that other hack when I feel a little less
intimidated. :/

--
Josh

On Fri, Jul 14, 2017 at 9:19 PM, Kieren MacMillan <
kieren_macmil...@sympatico.ca> wrote:

> Hi Joshua,
>
> > 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.
>
> Search the archives and LSR for "ScoreMarks" and/or "MarkLine" — you'll
> find lots of hints and templates.
>
> Hope this helps!
> Kieren.
> 
>
> Kieren MacMillan, composer
> ‣ website: www.kierenmacmillan.info
> ‣ email: i...@kierenmacmillan.info
>
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: print rehearsal marks in multiple parts

2017-07-14 Thread Joshua Nichols
Thank you Hwaen: This was exactly what I was looking for!

--
Josh

On Fri, Jul 14, 2017 at 9:18 PM, Hwaen Ch'uqi  wrote:

> 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  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


Re: print rehearsal marks in multiple parts

2017-07-14 Thread Shevek
My recommendation is to use a MarkLine context, as in this snippet:
http://lsr.di.unimi.it/LSR/Item?id=1010

You might need to modify the exact definition of MarkLine depending on your
needs.



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/print-rehearsal-marks-in-multiple-parts-tp204420p204423.html
Sent from the User mailing list archive at Nabble.com.

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


Re: print rehearsal marks in multiple parts

2017-07-14 Thread Kieren MacMillan
Hi Joshua,

> 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.

Search the archives and LSR for "ScoreMarks" and/or "MarkLine" — you'll find 
lots of hints and templates.

Hope this helps!
Kieren.


Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


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


Re: print rehearsal marks in multiple parts

2017-07-14 Thread Hwaen Ch'uqi
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  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