Hi,

In the attached XML, the minor D chord

      <harmony print-frame="no">
        <root>
          <root-step>D</root-step>
        </root>
        <kind text="mi">minor</kind>
      </harmony>

is translated into

  d:m5

and apparently not understood -- lilypond renders it as a major D chord
without warning.

Dm(maj7) becomes d:maj7m5.

A similar thing happens to half-diminished chords: Bm7b5 becomes b:dim5m7.

Is this a known problem? Googling for "musicxml2ly minor" did not return
anything relevant.

-- Johan
\version "2.19.45"
% automatically converted by musicxml2ly from x.xml
\pointAndClickOff

\header {
    encodingsoftware =  "MuseScore 2.0.3"
    source =  "http://musescore.com/score/1578186";
    copyright =  "Círculo da Música - 2011"
    encodingdate =  "2016-08-16"
    }

PartPOneVoiceOne =  \relative a {
    \clef "treble" \key f \major \numericTimeSignature\time 4/4 \partial
    8 a8 \bar "||"
    a'8 f8 d2. }

PartPOneVoiceOneChords =  \chordmode {
    \partial 8 s8 \bar "||"
    d8:m5 s8 }


% The score definition
\score {
    <<
        
        \context ChordNames = "PartPOneVoiceOneChords" { \PartPOneVoiceOneChords}
        \new Staff
        <<
            \set Staff.instrumentName = "Guitar"
            
            \context Staff << 
                \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn
                \context Voice = "PartPOneVoiceOne" {  \PartPOneVoiceOne }
                >>
            >>
        
        >>
    \layout {}
    % To create MIDI output, uncomment the following line:
    %  \midi {\tempo 4 = 100 }
    }

Attachment: minor.pdf
Description: Adobe PDF document

Attachment: minor.xml
Description: XML document

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to