Replies: 1 comment
-
Hi,
I would do something like this:
[image: Screenshot 2024-08-11 at 16.36.38.png]
```xml
<measure number="1">
<attributes>
<!-- the attributes.. -->
</attributes>
<note>
<pitch>
<step>C</step>
<octave>4</octave>
</pitch>
<duration>1</duration>
<tie type="start"/>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
<notations>
<tied type="start"/>
<technical>
<fret>1</fret>
<string>2</string>
<bend>
<bend-alter>1</bend-alter>
</bend>
</technical>
</notations>
</note>
<note>
<pitch>
<step>C</step>
<octave>4</octave>
</pitch>
<duration>1</duration>
<tie type="stop"/>
<voice>1</voice>
<type>quarter</type>
<staff>1</staff>
<notations>
<tied type="stop"/>
<technical>
<fret>1</fret>
<string>2</string>
<bend>
<bend-alter>2</bend-alter>
</bend>
</technical>
</notations>
</note>
</measure>
```
Best regards,
Cyril
…On Thu, Apr 25, 2024 at 4:47 PM ldupouey ***@***.***> wrote:
Hi !
I'm having trouble finding the correct way to encode consecutive "upward"
bends in musicxml.
For instance, how would you encode this ? :
multibend.jpg (view on web)
<https://github.com/w3c/musicxml/assets/158301410/4bf58801-ff61-4321-a2dd-d944285126ba>
I know this issue has been discussed in issue #203
<#203> but the "offset" attribute
is only avaible for tag (as far as I understand).
Any Idea ?
Thanks in advance,
Léo
—
Reply to this email directly, view it on GitHub
<#502>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJTEWEVWPAFCV4BII5MAITY7EJO7AVCNFSM6AAAAABGZBPDL2VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGU2TSOBWHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi !
I'm having trouble finding the correct way to encode consecutive "upward" bends in musicxml.
For instance, how would you encode this ? :
I know this issue has been discussed in issue #203 but the "offset" attribute is only avaible for release tag (as far as I understand).
Any Idea ?
Thanks in advance,
Léo
Beta Was this translation helpful? Give feedback.
All reactions