Am So., 28. Okt. 2018 um 12:39 Uhr schrieb Simon Albrecht
<simon.albre...@mail.de>:
>
> 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

Hi Simon,

how about:

\layout {
  \context {
    \name "MarkLine"
    \type "Engraver_group"
    \consists "Output_property_engraver"
    \consists "Axis_group_engraver"
    \consists "Mark_engraver"
    \override VerticalAxisGroup.staff-affinity = #DOWN
    \override VerticalAxisGroup.nonstaff-relatedstaff-spacing.padding = #0.5
    \override VerticalAxisGroup.nonstaff-nonstaff-spacing.padding = #0.5
  }
  \context {
    \Score
    \remove "Mark_engraver"
    %% !!
    \override BarNumber.after-line-breaking = #'()
    \accepts "MarkLine"
  }
}

Only minimalistic tests done, though ...

Cheers,
  Harm

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

Reply via email to