Re: \StaffGroup \consists "Mark_engraver"

2017-10-22 Thread Pierre-Luc Gauthier
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

Re: \StaffGroup \consists "Mark_engraver"

2017-10-21 Thread Joe Neeman
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

Re: \StaffGroup \consists "Mark_engraver"

2017-10-21 Thread David Kastrup
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

Re: \StaffGroup \consists "Mark_engraver"

2017-10-21 Thread Joe Neeman
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

Re: \StaffGroup \consists "Mark_engraver"

2017-10-21 Thread David Kastrup
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

Re: \StaffGroup \consists "Mark_engraver"

2017-10-21 Thread Thomas Morley
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

\StaffGroup \consists "Mark_engraver"

2017-10-19 Thread 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 get is marks pilled at the top of the score. \version "2.21.0"