Greetings everybody,
when compiling the following minimal snippet, I keep having a warning
message that goes:
'programming error: cyclic chain in pure-Y-offset callbacks'
Is it possible, by any chance, to avoid this message?
%%%%
\layout {
\context {
\type "Engraver_group"
\name "TopLine"
\consists "Output_property_engraver"
\consists "Axis_group_engraver"
\consists "Mark_engraver"
\consists "Text_engraver"
\consists "Metronome_mark_engraver"
}
\context {
\Score
\remove "Mark_engraver"
\remove "Metronome_mark_engraver"
\accepts "TopLine"
\override RehearsalMark #'self-alignment-X = #left
}
}
\score {
<<
\new TopLine { \tempo "this below" \mark \markup "this above" R1 }
\new Staff { b1 }
>>
}
%%%%
Cheers,
Valentin
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user