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

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 {

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:

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!

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