Comment #2 on issue 2890 by [email protected]: Fingering problems
http://code.google.com/p/lilypond/issues/detail?id=2890

The second problem no longer exists.

The first is not unlike the problem that exists in:

\relative c'' {
  <<
    {
      <b^. g^> >2
    }
    \\
    {
      <e,^^>
    }
  >>
}

This has existed in LilyPond for a while IIRC, and It can be worked around via:

\layout {
  \context {
    \Voice
    \remove "Script_column_engraver"
  }
  \context {
    \Staff
    \consists "Script_column_engraver"
  }
}



Reply via email to