-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Labels
area-renderingEverything related to the renderingEverything related to the renderingstate-acceptedThis is a valid topic to work on.This is a valid topic to work on.
Description
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
- Load Notation legend bars 134, 135
Your environment
Version
- 1.2 (develop, 72512ce)
Flavor
- JavaScript
System
- Mac OS Big Sur, Safari
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'
}
Metadata
Metadata
Assignees
Labels
area-renderingEverything related to the renderingEverything related to the renderingstate-acceptedThis is a valid topic to work on.This is a valid topic to work on.