On 14.06.2018 16:55, Torsten Hämmerle wrote:
*Proposed solution*
Remove the Mark_engraver (and Metronome_mark_engraver) from the Score
context (exactly as it is done in the snippet):

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

and then just add it to the \Staff context (or \StaffGroup, whatever you
like).

   \context {
     \Staff
     \consists Mark_engraver
     \consists Metronome_mark_engraver
   }

That way, each stave (or stave group) will get its own rehearsal/metronome
marks.

If I’m not mistaken, this would be the natural way to do this, but Staff_collecting_engraver doesn’t act the way it should, namely still placing the rehearsal marks and tempo marks above the topmost staff of the system, regardless of where the engraver was consisted.
That’s the reason for even writing snippet 1010.

Best, Simon

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to