writing score thru self made xml files
Hi! I've just downloaded Musescore for the purpose of learning harmony.
I'm trying to write chords sequence on the score by importing them thru very basic musicxml files.
Setting two staves (G clef above and F clef below) I'm not able two "allocate" the voices of the chord between the two staves: see attachment.
For ex. I want C3 & G3 on the below stave (F clef) and E4 & C5 on the above stave (G clef) , but on the contrary they are all alligned on the above G clef stave.
Thx in advance!
Attachment | Size |
---|---|
helloworld_2.xml | 1.15 KB |
Comments
Write in MuseScore, export to Xml and see how it is done there and correctly.
In reply to Write in MuseScore, export… by Jojo-Schmitz
I roughly cut&pasted existing notes I set on Musescore from the exported .musicxml file and it's working!
Just need whole notes, so it's very simple scores for now.
In reply to I roughly cut&pasted… by Alex Ba
Not sure why you would like to write MusicXML file manually. But if you are looking into generating exercices in MusicXML format, you could have a look to music21 http://web.mit.edu/music21/
In reply to Not sure why you would like… by [DELETED] 5
That's really interesting, I bookmark it!
My aim is following Schönberg's Harmonielehre just for understanding classical and then "atonal" harmony, but being a guitarist you're forced to very few possibilities ( a triad with tonic at the bass has only three choices: 1358, 1583, 1835).
So I'm going to write chord sequences on the score by using Excel and VBA, also because a systematic approach is possibile (consider a sequence where each grade appears once, you have 720 different sequences).