On 14.02.2018 17:17, Kieren MacMillan wrote:
\consists "Time_signature_engraver"
\omit TimeSignature
Of course. Sorry for going to the bug list too soon.
Best, Simon
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailm
Hi Simon,
This is why my ScoreMarks line looks like this:
\context {
\type "Engraver_group"
\name ScoreMarks
markFormatter = #format-mark-box-alphabet
\consists "Axis_group_engraver"
\override VerticalAxisGroup.staff-affinity = #DOWN
\consists "Metronome_mark_engraver"
Hi Peter, hello bug-list,
I distilled the example some more:
%
\version "2.19.80"
\layout {
\context {
\name "MarkLine"
\type "Engraver_group"
\consists Output_property_engraver
\consists Axis_group_engraver
\consists Metronome_mark_engraver
\override M