Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > ffe16b32b9f5eec0add70c0a6bc8cec8 > files > 12273

lilypond-doc-2.12.2-3mdv2009.1.i586.rpm

%% Generated by lilypond-book.py
%% Options: [alt=[image of music],printfilename,indent=0\mm,texidoc,line-width=160\mm]
\include "lilypond-book-preamble.ly"


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



\paper {
  #(define dump-extents #t)
  
  indent = 0\mm
  line-width = 160\mm
  force-assignment = #""
  line-width = #(- line-width (* mm  3.000000))
}

\layout {
  
}



% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "out-www/71f-AllChordTypes.ly"
\sourcefileline 0

\version "2.12.2"
% automatically converted from /home/lilydev/vc/gub/target/linux-x86/src/lilypond-localhost--home-lilydev-vc-lilypond-master/input/regression/musicxml/71f-AllChordTypes.xml

\header {
    texidoc = "All chord types defined in 
          MusicXML. The staff will only contain one c' note (NO chord) for 
          all of them, but the chord names should be properly 
          printed."
    title = "All MusicXML chord names/types with <root>"
    }

\layout {
    \context { \Score
        autoBeaming = ##f
        }
    }
PartPOneVoiceOne =  \relative c' {
    \clef "treble" \key c \major \time 4/4 | % 1
    c4 c4 c4 c4 | % 2
    | % 2
    c4 c4 c4 c4 | % 3
    | % 3
    c4 c4 c4 c4 | % 4
    | % 4
    c4 c4 c4 c4 | % 5
    | % 5
    c4 c4 c4 c4 | % 6
    | % 6
    c4 c4 c4 c4 | % 7
    | % 7
    c4 c4 c4 c4 | % 8
    | % 8
    c4 c4 c4 c4 | % 9
    | % 9
    c2 c8 c8 r4 | \barNumberCheck #10
    | \barNumberCheck #10
    c4 c4 \bar "|."
    }

PartPOneVoiceOneChords =  \chordmode {
    | % 1
    c4:5 c4:m5 c4:aug5 c4:dim5 | % 2
    | % 2
    c4:7 c4:maj7 c4:m7 c4:dim7 | % 3
    | % 3
    c4:aug7 c4:dim5m7 c4:maj7m5 c4:6 | % 4
    | % 4
    c4:m6 c4:9 c4:maj9 c4:m9 | % 5
    | % 5
    c4:11 c4:maj11 c4:m11 c4:13.11 | % 6
    | % 6
    c4:maj13.11 c4:m13 c4:sus2 c4:sus4 | % 7
    | % 7
    | % 8
    | % 8
    s4*5 c4:5^3 s4 c4:1 | % 9
    | % 9
    fis2:5 feses8:5/+c gis8:5/+dis c4:5 | \barNumberCheck #10
    | \barNumberCheck #10
    c4:5.5-^3 c4:5.6-^1 }

PartPOneVoiceOneLyricsOne =  \lyricmode { major minor augmented
    diminished dominant "major-seventh" "minor-seventh"
    "diminished-seventh" "augmented-seventh" "half-diminished"
    "major-minor" "major-sixth" "minor-sixth" "dominant-ninth"
    "major-ninth" "minor-ninth" "dominant-11th" "major-11th"
    "minor-11th" "dominant-13th" "major-13th" "minor-13th"
    "suspended-second" "suspended-fourth" Neapolitan Italians French
    German pedal power Tristan other Inversion "Fbb/C" "G#/D#" "C-3+5b"
    "C-1+6b" }

% The score definition
\new Staff <<
    \context ChordNames = "PartPOneVoiceOneChords" \PartPOneVoiceOneChords
    \context Staff <<
        \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
        \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsOne
        >>
    >>




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