lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

'cyclic chain in pure-Y-offset callbacks' warning message


From: Valentin Villenave
Subject: 'cyclic chain in pure-Y-offset callbacks' warning message
Date: Sun, 20 Jul 2008 13:02:38 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]