Accidentals added to the wrong note after tie #472
Labels
area-rendering
Everything related to the rendering
state-accepted
This is a valid topic to work on.
type-improvement 🚀
Expected Results
Accidentals after a tie follow this rule.
In the below example, they are expected to show up for the note corresponding to 6,6 tabs in bar 135.
Observed Results
The accidental is added to the tie target note and could be confuseded with accidentals that apply to the whole bar.
Steps to Reproduce
Your environment
Version
Flavor
System
options = {
file: filename,
core: {
engine: "svg"
},
player: {
soundFont: "FluidR3GM.sf2",
enableCursor: true,
enablePlayer: true,
enableUserInteraction: false
},
notation: {
elements: {
ScoreTitle: false,
ScoreSubTitle: false,
ScoreArtist: false,
ScoreAlbum: false,
ScoreWords: false,
ScoreMusic: false,
ScoreWordsAndMusic: false,
ScoreCopyright: false,
GuitarTuning: false,
TrackNames: false,
EffectMarker: false,
EffectTempo: false
},
notationMode: 'songbook'
}
The text was updated successfully, but these errors were encountered: