How to specify silent slash notes? #446
-
I am trying to recreate lead sheets aka chord charts, such as those created by iReal Pro, in MusicXML. Here's the demo of my library which converts the thousands of free iReal Pro lead sheets into MusicXML. My question is about the semantics of the As an example of interpretation of Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
The I think the simplest way to not have playback would be to just use measure rests ( |
Beta Was this translation helpful? Give feedback.
-
Ah, that wasn't in your example. To get that appearance, make sure you use The |
Beta Was this translation helpful? Give feedback.
-
You can indicate full-size cue notes with the |
Beta Was this translation helpful? Give feedback.
-
Trying to implement this, I ran into a situation where I need to generate tied notes (that are still cues) - because the desired duration is not expressible otherwise. It seems |
Beta Was this translation helpful? Give feedback.
Ah, that wasn't in your example. To get that appearance, make sure you use
<slash use-stems="yes"/>
. In that case, you would either need to specify the chords in the rhythm you want, or use a<cue/>
element on each note within the style.The
<cue/>
element is how you represent silent notes (vs. rests) in MusicXML. The element is named after the most common use case for these silent notes, but it is used in other situations as well.