lilypond-auto
[Top][All Lists]
Advanced

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

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


From: lilypond
Subject: [Lilypond-auto] Issue 2890 in lilypond: Fingering problems
Date: Wed, 10 Oct 2012 21:01:09 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 2890 by address@hidden: Fingering problems
http://code.google.com/p/lilypond/issues/detail?id=2890

Reported by Nick Payne:
http://lists.gnu.org/archive/html/bug-lilypond/2012-10/msg00077.html

See example below:

a) without any fingering orientation specified, the fingerings are
incorrectly placed, such that the two fingerings above the staff
collide, and the fingerings also appear in the wrong order (the 0 should
not appear next to the E and the 2 should not appear above).

b) with fingering set to be on the left, the fingerings in the treble
voice are spaced slightly away from each other, causing a collision
between the 0 on the G and the 2 on the E.

\version "2.17.4"

\relative c'' {
  <<
    {
      <b-0 g-0>2
    }
    \\
    {
      <e,-2>
    }
  >>
  <<
    {
      \set fingeringOrientations = #'(left)
      <b'-0 g-0>2
    }
    \\
    {
      \set fingeringOrientations = #'(left)
      <e,-2>
    }
  >>
}

Attachments:
        bug.preview.png  1.8 KB




reply via email to

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