bug-lilypond
[Top][All Lists]
Advanced

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

Placement of suggested accidentals, with 16th notes


From: Richard Oak
Subject: Placement of suggested accidentals, with 16th notes
Date: Sun, 3 Dec 2006 10:27:32 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello,

I'm using lilypond 2.10.0 on Windows, and have an 'issue' with the 
suggestedAcctidentals command. Below is a .ly file that demonstrates the 
problem:

\version "2.10.0"

bugNotes = \relative c
{
        \key f \major
        \clef bass
        \time 2/2

        d16 
        \set suggestAccidentals = ##t 
        ees 
        \set suggestAccidentals = ##f 
        a, g a g a bes c8 g e! c |
}

\score {
        \context Staff=bug <<
                \bugNotes
        >>

        \layout
        {
        }
}


As you can see, the beams and the accidental collide.


I cannot find anything in the documentation that covers the placement of the 
suggested accidental, which is why I consider this a bug!

Any suggestions as to how I get the accidental drawn correctly would be 
appreciated.


Thanks for an otherwise excellent program!!

R






reply via email to

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