Replies: 4 comments 11 replies
-
Addendum:
|
Beta Was this translation helpful? Give feedback.
-
You might want to add a `placement` in the `direction` tag:
``` xml
<direction placement="above">
<direction-type>
<octave-shift size="15" type="down" />
</direction-type>
</direction>
```
…On Thu, Sep 12, 2024 at 2:09 PM Werner Lemberg ***@***.***> wrote:
Addendum:
- A recent PR <musescore/MuseScore#21384>
should have fixed the bug with the vertical position. It seems that this
doesn't work in the pre-release I use (
MuseScore-Studio-Nightly-242470506-4.4.1-be63429-x86_64.AppImage).
- Another PR <musescore/MuseScore#21499> tries
to handle the MusicXML code exported by Sibelius (which apparently does the
same as my example above – I neither have Sibelius nor Dorico for testing
so I can't verify that). Apparently this doesn't work either in the
pre-release.
—
Reply to this email directly, view it on GitHub
<#552 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJTEWGGNNYMNXODEJEJJ2DZWF76ZAVCNFSM6AAAAABODCX4VWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANRSGU2TOOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I don't think that you should have a start and stop adjacent to each other and use offset to position the 8va around a note. That seems to me the type of "advanced/screwy" behavior that would be needed to encode non-standard notation like 8vas that apply to only one voice on a staff. For standard usages putting the start (up/down) before the note and stop after the note would be correct. |
Beta Was this translation helpful? Give feedback.
-
I just wanted to add that |
Beta Was this translation helpful? Give feedback.
-
I'm rather sure that this has been discussed already on the MusicXML mailing list and/or forum (which was before my time, and both resources are no longer available)...
What is the 'canonical' way to encode
<octave-shift>
? Following the trill example given in https://www.w3.org/2021/06/musicxml40/musicxml-reference/examples/trill-mark-element/ I would expect the following.With Finale 27.4 I get the expected result:
However, a recent pre-release for MuseScore 4.4.1 chokes heavily:
Irrespective of the buggy vertical position issue of the ottava, MuseScore
<octave-shift>
(on the third eighth note),<octave-shift>
to end one note later (4th to 5th and 6th to 7th eighth note)Item 3 is clearly a bug, however I wonder about items 1 and 2. I can't imagine that MuseScore is really so buggy, so I guess I'm doing something non-standard.
Can someone please enlighten me?
@Jojo-Schmitz
Beta Was this translation helpful? Give feedback.
All reactions