lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Multiple chord names?


From: Menu Jacques
Subject: Multiple chord names?
Date: Fri, 15 Dec 2017 00:20:48 +0100

Hello folks,

MusicXML has the notion of multiple chord names, i.e.:

  <part id="P1">
        <measure number="1">
            <attributes>
                <divisions>480</divisions>
                <key>
                    <fifths>0</fifths>
                    <mode>major</mode>
                </key>
                <time>
                    <beats>4</beats>
                    <beat-type>4</beat-type>
                </time>
                <clef>
                    <sign>G</sign>
                    <line>2</line>
                </clef>
            </attributes>
            <harmony print-frame="no">
                <root>
                    <root-step>C</root-step>
                </root>
                <kind text="">major</kind>
            </harmony>
            <harmony print-frame="no">
                <root>
                    <root-step>F</root-step>
                    <root-alter>1</root-alter>
                </root>
                <kind text="m6">minor-sixth</kind>
            </harmony>
            <note>
                <pitch>
                    <step>A</step>
                    <octave>4</octave>
                </pitch>
                <duration>960</duration>
                <voice>1</voice>
                <type>half</type>
            </note>

Can this be obtained with LilyPond?

Thanks for your help!

JM


reply via email to

[Prev in Thread] Current Thread [Next in Thread]