%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,paper-height=845.047\pt,paper-width=597.508\pt,papersize='(cons (* 597.508 pt) (* 845.047 pt))]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  #(set-paper-size '(cons (* 597.508 pt) (* 845.047 pt)))
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "/lilypond-2.27.0/input/regression/musicxml/71b-Chordnames-Kinds.xml"
\sourcefileline 0
\version "2.27.0"
% automatically converted by musicxml2ly from -
\pointAndClickOff

\header {
  texidoc = "All values of the <kind> child element of <harmony> (except
    ‘other’)."
}
\layout {
  \context {
    \Score
    autoBeaming = ##f
  }
}
PartPOneVoiceOne = \relative c'' {
  \clef "treble" \time 4/4 c4 c4 c4 c4 | % 1
  c4 c4 c4 c4 | % 2
  c4 c4 c4 c4 | % 3
  c4 c4 c4 c4 | % 4
  c4 c4 c4 c4 | % 5
  c4 c4 c4 c4 | % 6
  c4 c4 c4 c4 | % 7
  c4 c4 c4 c4 \bar "|."
}

PartPOneVoiceOneChords = \chordmode {
  c4:aug c4:aug7 c4:dim c4:dim7 | % 1
  c4:7 c4:11 c4:13.11 c4:9 | % 2
  s4 s4 c4:m7.5- s4 | % 3
  c4 c4:maj11 c4:maj13.11 c4:maj7m | % 4
  c4:maj9 c4:maj7 c4:6 c4:m | % 5
  c4:m11 c4:m13 c4:m9 c4:m7 | % 6
  c4:m6 s4 s4 s4 | % 7
  c4:1.5 c4:sus4 c4:sus2 s4 \bar "|."
}

PartPOneVoiceOneLyricsOne = \lyricmode {
  \set ignoreMelismata = ##t
  \set includeGraceNotes = ##t
  augmented "augmented-" diminished "diminished-" dominant "dominant-"
  "dominant-" "dominant-" French German "half-" Italian major "major-" "major-"
  "major-" "major-" "major-" "major-" minor "minor-" "minor-" "minor-" "minor-"
  "minor-" Neapolitan none pedal power "suspended-" "suspended-" Tristan
}

PartPOneVoiceOneLyricsTwo = \lyricmode {
  \set ignoreMelismata = ##t
  \set includeGraceNotes = ##t
  \skip1 seventh \skip1 seventh \skip1 "11th" "13th" ninth \skip1 \skip1
  diminished \skip1 \skip1 "11th" "13th" minor ninth seventh sixth \skip1 "11th"
  "13th" ninth seventh sixth \skip1 \skip1 \skip1 \skip1 fourth second \skip1
}


% The score definition
\score {
  <<
    \context ChordNames = "PartPOneVoiceOneChords" {
      \PartPOneVoiceOneChords
    }
    \new Staff = "P1" <<
      \context Staff <<
        \override Staff.BarLine.allow-span-bar = ##f
        \mergeDifferentlyDottedOn
        \mergeDifferentlyHeadedOn
        \context Voice = "PartPOneVoiceOne" {
          \PartPOneVoiceOne
        }
        \new Lyrics \lyricsto "PartPOneVoiceOne" {
          \PartPOneVoiceOneLyricsOne
        }
        \new Lyrics \lyricsto "PartPOneVoiceOne" {
          \PartPOneVoiceOneLyricsTwo
        }
      >>
    >>
  >>
  \layout {}
  % To create MIDI output, uncomment the following line:
  % \midi { \tempo 4 = 100 }
}




% ****************************************************************
% end ly snippet
% ****************************************************************
