Further to this thread from 2013
(https://lists.gnu.org/archive/html/lilypond-user/2013-09/msg00857.html)
I've still not come up with a satisfactory method of duplicating a
dedicated BarNumber/RehearsalMark context at two or more vertical
positions in a frenched score. The context should only stay
Kieren MacMillan writes:
> Hi David,
>
>> You could group the Dynamics context in a StaffGroup with its above
>> context, make it suicidal (empty KeepAliveInterfaces and set
>> remove-empty), and slap a Keep_alive_together_engraver on the containing
>> StaffGroup.
>>
>> It's not really the same
Hi David,
> You could group the Dynamics context in a StaffGroup with its above
> context, make it suicidal (empty KeepAliveInterfaces and set
> remove-empty), and slap a Keep_alive_together_engraver on the containing
> StaffGroup.
>
> It's not really the same as counting all intervening staves,
Kieren MacMillan writes:
> Hi Mark,
>
>> Is it possible to get the Dynamics contexts to be aware of when the
>> intervening staffs have been removed?
>
> Yes, there are various methods… but none are simple or intuitive or a
> good example of Do The Right Thing™.
You could group the Dynamics cont
Hi Mark,
> Is it possible to get the Dynamics contexts to be aware of when the
> intervening staffs have been removed?
Yes, there are various methods… but none are simple or intuitive or a good
example of Do The Right Thing™.
> any thoughts appreciated.
I've always thought that you should be a
I'm creating a full orchestra score and want to have the bar numbers
and rehearsal figures display three times vertically. I'm doing this
using a Dynamics context like this:
\context {
\Dynamics
\consists Mark_engraver
\consists Bar_number_engraver
\consists Text_engraver
}
an