Hello,

if in Lily 2.19.15 NullVoice is \consisted with the "Ambitus_engraver", there are (for one NullVoice) three instances of


programming error: tried to get a translation for something that is no child of mine

which cause the program to abort. This used to work in v2.19.8. Minimal example attached.

In case you ask why I’d want this: I have two choir parts assembled in one staff using \partcombine. Two NullVoices are required for separate lyrics, and for separate ambitus.

Yours, Simon

\version "2.19.15"

\score {
        \new NullVoice = "al" \relative { c' d e f g1 }
  \layout {
    \context { \NullVoice
               \consists "Ambitus_engraver" }
  }
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to