Skip to content

Accidentals added to the wrong note after tie #472

@WolfgangD

Description

@WolfgangD

Expected Results

Accidentals after a tie follow this rule.
Untitled 3

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.
Screenshot 2020-12-21 at 11 37 09

Steps to Reproduce

  1. Load Notation legend bars 134, 135

Your environment

Version

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 renderingstate-acceptedThis is a valid topic to work on.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions