2017-10-19 16:15 GMT+02:00 Pierre-Luc Gauthier <p.luc.gauth...@gmail.com>:
> 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"
>
> music = \relative c' {
>   \mark \default
>   c4 d e f g a b c
> }
>
> someGroup = \new StaffGroup <<
>   \music
>   \music
>>>
>
> \score {
>   <<
>     \someGroup
>     \someGroup
>     \someGroup
>   >>
>   \layout {
>     \context {
>       \Score
>       \remove "Mark_engraver"
>     }
>     \context {
>       \StaffGroup
>       %\Staff
>       \consists "Mark_engraver"
>     }
>   }
> }
>
> Thanks for any pointers.
>
> --
> Pierre-Luc Gauthier


This is
https://sourceforge.net/p/testlilyissues/issues/2199/

Especially
https://sourceforge.net/p/testlilyissues/issues/2199/#ad79
may give you some help.

Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to