Thanks Thomas, I did read #2199.
Thanks David for the quick followup as always.
Joe, I'll try and test your patch.
I do compile LilyPond about weekly directly from the git master branch
but I'm no programmer (I've never patch-ed stuff) but I'm sure I'll
figure it out. Thank you very much.
--
Pi
On Sat, Oct 21, 2017 at 5:15 PM, David Kastrup wrote:
> Joe Neeman writes:
>
> > I have a hunch: once upon a time (IIRC), the staves of each StaffGroup
> > were contained in some container grob (maybe VerticalAxisGroup?). The
> > vertical spacing was done heirarchically, so the VerticalAxisGroup
Joe Neeman writes:
> I have a hunch: once upon a time (IIRC), the staves of each StaffGroup
> were contained in some container grob (maybe VerticalAxisGroup?). The
> vertical spacing was done heirarchically, so the VerticalAxisGroup was
> in charge of spacing the staves of a StaffGroup, and then
On Sat, Oct 21, 2017 at 3:54 AM, David Kastrup wrote:
> Thomas Morley writes:
>
> > 2017-10-19 16:15 GMT+02:00 Pierre-Luc Gauthier >:
> >> Hi there,
> >>
> >> I'm trying to move the "Mark_engraver" from the \Score context to the
> >> \StaffGroup context so as to have \mark \default be displayed
Thomas Morley writes:
> 2017-10-19 16:15 GMT+02:00 Pierre-Luc Gauthier :
>> Hi there,
>>
>> I'm trying to move the "Mark_engraver" from the \Score context to the
>> \StaffGroup context so as to have \mark \default be displayed at the
>> top of every new \StaffGroup.
>
> This is
> https://sourcefo
2017-10-19 16:15 GMT+02:00 Pierre-Luc Gauthier :
> Hi there,
>
> I'm trying to move the "Mark_engraver" from the \Score context to the
> \StaffGroup context so as to have \mark \default be displayed at the
> top of every new \StaffGroup.
>
> I'm not sure why this does not work though :
>
> What I g
Hi there,
I'm trying to move the "Mark_engraver" from the \Score context to the
\StaffGroup context so as to have \mark \default be displayed at the
top of every new \StaffGroup.
I'm not sure why this does not work though :
What I get is marks pilled at the top of the score.
\version "2.21.0"