lilypond-user
[Top][All Lists]
Advanced

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

Re: \StaffGroup \consists "Mark_engraver"


From: Thomas Morley
Subject: Re: \StaffGroup \consists "Mark_engraver"
Date: Sat, 21 Oct 2017 10:35:15 +0200

2017-10-19 16:15 GMT+02:00 Pierre-Luc Gauthier <address@hidden>:
> 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



reply via email to

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