Grace note alignment on multi-staves
1. Create a multi-staff score
2. Create one whole note in each staff of the first bar
3. Add one grace note to the whole note in the first staff
4. Add three or four grace notes to the whole note in the second staff
Expected behavior: Adding grace notes to the second staff should not affect the spacing of
notes already added in other staves
Actual behavior: The grace note in the top staff moves further left with each successive grace
note added to the second staff
Workaround: If you swap the order of steps 3 and 4 then the grace notes align correctly.
MuseScore version: r.2569 nightly
(Operating System: Windows XP)
Comments
Is this fixed?
Using MuseScore 2.0 Nightly Build (5640) - Mac 10.7.4
I can reproduce this.
I create a MusicXML with sibelius, and import into MuseScore.
NOT FOUND: 1
NOT FOUND: 2
This is due to code Chord* Measure::findChord(int tick, int track, int gl), in some case gl(gracelevel) will match and return a wrong chord.
Grace segment should be grouped by track, similar to chord, or else I have to scan all measures vertically and numbering all grace notes...
looks like duplicate with
http://musescore.org/en/node/12953
They seem different reports - are you sure?
maybe not, looks like my part of this issue is fixed.
Automatically closed -- issue fixed for 2 weeks with no activity.