lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rehearsal marks above multiple staves


From: Simon Albrecht
Subject: Re: rehearsal marks above multiple staves
Date: Fri, 15 Jun 2018 01:52:42 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]