You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
}
}
The text was updated successfully, but these errors were encountered: