ukulele tab

• Jan 20, 2022 - 15:32

I created a tab for ukulele with tablet and saved it as MusicMXL file but it doesn't recognize the uke tuning?

Attachment Size
Blackbird.xml 42.97 KB

Comments

Even worse, it looses a string along the way.

               <staff-details>
                    <staff-lines>4</staff-lines>
                    <staff-tuning line="1">
                        <tuning-step>G</tuning-step>
                        <tuning-octave>3</tuning-octave>
                    </staff-tuning>
                    <staff-tuning line="2">
                        <tuning-step>C</tuning-step>
                        <tuning-octave>4</tuning-octave>
                    </staff-tuning>
                    <staff-tuning line="3">
                        <tuning-step>E</tuning-step>
                        <tuning-octave>4</tuning-octave>
                    </staff-tuning>
                    <staff-tuning line="4">
                        <tuning-step>A</tuning-step>
                        <tuning-octave>4</tuning-octave>
                    </staff-tuning>
                </staff-details>

instead or A4, E4, C4 ,D3 it 'imports' a D4, A3, D3 tuning.

And the score has notes as low as a G3,

           <note>
                <pitch>
                    <step>G</step>
                    <octave>3</octave>
                </pitch>
                <duration>240</duration>
                <voice>2</voice>
                <type>quarter</type>
                <stem>down</stem>
                <notations>
                    <technical>
                        <string>4</string>
                        <fret>0</fret>
                    </technical>
                </notations>
            </note>

Do you still have an unanswered question? Please log in first to post your question.