lilypond-user
[Top][All Lists]
Advanced

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

\StaffGroup \consists "Mark_engraver"


From: Pierre-Luc Gauthier
Subject: \StaffGroup \consists "Mark_engraver"
Date: Thu, 19 Oct 2017 10:15:33 -0400

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

Attachment: markAtStaffGroup.ly
Description: Text Data

Attachment: markAtStaffGroup.png
Description: PNG image


reply via email to

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