Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Natural and accidental displayed together #13

Open
sertansenturk opened this issue Sep 12, 2016 · 0 comments
Open

Natural and accidental displayed together #13

sertansenturk opened this issue Sep 12, 2016 · 0 comments

Comments

@sertansenturk
Copy link
Collaborator

When the accidental of a note symbol changes to another accidental, the natural is printed together with the natural "accidental". It only seems to happen from certain accidentals to another.

I suspect this is a lilypond bug, but I don't have the time to trace the real issue now. Below, I have made a basic example to some examples. @hsercanatli can you try to reproduce it for all note combinations and try to figure out the reason?

If it's related to our package or if we can introduce a temporary fix, we should correct it here. In addition, if it's a LilyPind related bug, we should report it: http://lilypond.org/bug-reports.html

\include "makam.ly"
{
\time4/4
\clef treble
{
d''4
dfc''4
dbm''4
dfc''4
dk''4
dfc''4
db''4
dfc''4
dc''4
dfc''4
dfb''4
dfc''4
dfk''4
dfc''4
dfbm''4
dfc''4
}
{
d''4
dk''4
dbm''4
dk''4
db''4
dk''4
dc''4
dk''4
dfc''4
dk''4
dfb''4
dk''4
dfk''4
dk''4
dfbm''4
dk''4
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant