lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2890 in lilypond: Fingering problems


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2890 in lilypond: Fingering problems
Date: Sun, 10 Feb 2013 14:23:27 +0000


Comment #2 on issue 2890 by address@hidden: 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

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