Hello list,

I’m currently debugging a couple issues with a use case of the MarkLine context. One of them is demonstrated in the attached minimal scenario: with a MarkLine atop the topmost staff, the barnumbers fail to align with the latter, as they normally would. Does anybody know how to prevent that?

Best, Simon

\version "2.19.82"

\layout {
  \context {
    \name "MarkLine"
    \type "Engraver_group"
    \consists Output_property_engraver
    \consists Axis_group_engraver
    \consists Mark_engraver
  }
  \context {
    \Score
    \remove Mark_engraver
    \accepts MarkLine
  }
}

aux = {
  s1*2
}
marks = {
  s1
  \mark\default
  s
}
soprano = \relative {
  s1
  \break
  s
}

<<
  \new MarkLine \marks

  \new StaffGroup <<
    \new Staff \new Voice \soprano
    \new Staff \new Voice \aux
  >>
>>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to