Follow-up question:

If bar numbers are in the Staff context, start-of-line marks will be displaced as if to accommodate Score bar numbers, even if there are none. Anyone?

Sorry I’m pushing on this apparently hardly supported construct…

Best, Simon

\version "2.19.82"

#(ly:set-option 'debug-skylines #t)

\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
    %\remove "Bar_number_engraver"
  }
  \context {
    \Staff
    \consists "Bar_number_engraver"
  }
}

marks = {
  s1 \break
  \mark\default
  s1
}

<<
  \new MarkLine \marks
  { s1*2 }
>>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to