Petit Manuel d’harmonie/Premier Tableau

PREMIER TABLEAU. — TRANSPOSITION DANS TOUS LES TONS DIÉSÉS.

Mélodie-type en ut majeur.

\new PianoStaff
<<
  \new Staff = "right"
  \relative c'' {
    \time 3/4
    \tempo "Moderato."
    c4 d8 e fis4 g4. f!8 es d bes4 a b c2.
    \bar "|."
  }
  \new Staff = "left"
  \relative c' {
    \clef bass
    \time 3/4
    r8 c[ b c] a d16-> c
    b8 c b a g f
    e d16 e f8 d g <g,d' f>
    <c e>2.
    \bar "|."
  }
>>
\midi {
  \context {
    \Score
    tempoWholesPerMinute = #(ly:make-moment 88 4)
  }
}
Transposition en sol majeur.

\new PianoStaff
<<
  \new Staff = "right"
  \relative c' {
    \clef varbaritone
    \time 3/4
    \key g \major
    g4 a8 b cis4 d4. c!8 bes a f4 e fis g2.
    \bar "|."
  }
  \new Staff = "left"
  \relative c'' {
    \clef tenor
    \time 3/4
    \key g \major
    r8 g[ fis g] e a16-> g
    fis8 g fis e d c
    b a16 b c8 a d <d,a' c>
    <g b>2.
    \bar "|."
  }
>>
Effet et renotation dans le diapason et les clefs du thème-type.

\new PianoStaff
<<
  \new Staff = "right"
  \relative c'' {
    \time 3/4
    \key g \major
    g4 a8 b cis4 d4. c!8 bes a f4 e fis g2.
    \bar "|."
  }
  \new Staff = "left"
  \relative c' {
    \clef bass
    \time 3/4
    \key g \major
    r8 g[ fis g] e a16-> g
    fis8 g fis e d c
    b a16 b c8 a d <d,a' c>
    <g b>2.
    \bar "|."
  }
>>
\midi {
  \context {
    \Score
    tempoWholesPerMinute = #(ly:make-moment 88 4)
  }
}
En ♮ majeur.

\new PianoStaff
<<
  \new Staff = "right"
  \relative c' {
    \clef alto
    \time 3/4
    \key d \major
    d4 e8 fis gis4 a4. g!8 f e c4 b cis d2.
    \bar "|."
  }
  \new Staff = "left"
  \relative c'' {
    \clef mezzosoprano
    \time 3/4
    \key d \major
    r8 d[ cis d] b e16-> d
    cis8 d cis b a g
    fis e16 fis g8 e a <a,e' g>
    <d fis>2.
    \bar "|."
  }
>>
Effet et renotation.

\new PianoStaff
<<
  \new Staff = "right"
  \relative c'' {
    \time 3/4
    \key d \major
    d4 e8 fis gis4 a4. g!8 f e c4 b cis d2.
    \bar "|."
  }
  \new Staff = "left"
  \relative c' {
    \clef bass
    \time 3/4
    \key d \major
    r8 d[ cis d] b e16-> d
    cis8 d cis b a g
    fis e16 fis g8 e a <a,e' g>
    <d fis>2.
    \bar "|."
  }
>>
\midi {
  \context {
    \Score
    tempoWholesPerMinute = #(ly:make-moment 88 4)
  }
}
En la ♮ majeur.

\new PianoStaff
<<
  \new Staff = "right"
  \relative c'' {
    \clef soprano
    \time 3/4
    \key a \major
    a4 b8 cis dis4 e4. d!8 c b g4 fis gis a2.
    \bar "|."
  }
  \new Staff = "left"
  \relative c''' {
    \clef treble
    \time 3/4
    \key a \major
    r8 a[ gis a] fis b16-> a
    gis8 a gis fis e d
    cis b16 cis d8 b e <e,b' d>
    <a cis>2.
    \bar "|."
  }
>>
Effet et renotation.

\new PianoStaff
<<
  \new Staff = "right"
  \relative c'' {
    \time 3/4
    \key a \major
    a4 b8 cis dis4 e4. d!8 c b g4 fis gis a2.
    \bar "|."
  }
  \new Staff = "left"
  \relative c' {
    \clef bass
    \time 3/4
    \key a \major
    r8 a[ gis a] fis b16-> a
    gis8 a gis fis e d
    cis b16 cis d8 b e <e,b' d>
    <a cis>2.
    \bar "|."
  }
>>
\midi {
  \context {
    \Score
    tempoWholesPerMinute = #(ly:make-moment 88 4)
  }
}
En mi ♮ majeur.

\new PianoStaff
<<
  \new Staff = "right"
  \relative c {
    \clef bass
    \time 3/4
    \key e \major
    e4 fis8 gis ais4 b4. a!8 g fis d4 cis dis e2.
    \bar "|."
  }
  \new Staff = "left"
  \relative c' {
    \clef varbaritone
    \time 3/4
    \key e \major
    r8 e[ dis e] cis fis16-> e
    dis8 e dis cis b a
    gis fis16 gis a8 fis b <b,fis' a>
    <e gis>2.
    \bar "|."
  }
>>
Effet et renotation.

\new PianoStaff
<<
  \new Staff = "right"
  \relative c' {
    \time 3/4
    \key e \major
    e4 fis8 gis ais4 b4. a!8 g fis d4 cis dis e2.
    \bar "|."
  }
  \new Staff = "left"
  \relative c {
    \clef bass
    \time 3/4
    \key e \major
    r8 e[ dis e] cis fis16-> e
    dis8 e dis cis b a
    gis fis16 gis a8 fis b <b,fis' a>
    <e gis>2.
    \bar "|."
  }
>>
\midi {
  \context {
    \Score
    tempoWholesPerMinute = #(ly:make-moment 88 4)
  }
}
En si ♮ majeur.

\new PianoStaff
<<
  \new Staff = "right"
  \relative c' {
    \clef tenor
    \time 3/4
    \key b \major
    b4 cis8 dis eis4 fis4. e!8 d cis a4 gis ais b2.
    \bar "|."
  }
  \new Staff = "left"
  \relative c'' {
    \clef alto
    \time 3/4
    \key b \major
    r8 b[ ais b] gis cis16-> b
    ais8 b ais gis fis e
    dis cis16 dis e8 cis fis <fis,cis' e>
    <b dis>2.
    \bar "|."
  }
>>
Effet et renotation.

\new PianoStaff
<<
  \new Staff = "right"
  \relative c'' {
    \time 3/4
    \key b \major
    b4 cis8 dis eis4 fis4. e!8 d cis a4 gis ais b2.
    \bar "|."
  }
  \new Staff = "left"
  \relative c' {
    \clef bass
    \time 3/4
    \key b \major
    r8 b[ ais b] gis cis16-> b
    ais8 b ais gis fis e
    dis cis16 dis e8 cis fis <fis,cis' e>
    <b dis>2.
    \bar "|."
  }
>>
\midi {
  \context {
    \Score
    tempoWholesPerMinute = #(ly:make-moment 88 4)
  }
}
En fa ♯ majeur.

\new PianoStaff
<<
  \new Staff = "right"
  \relative c' {
    \clef mezzosoprano
    \time 3/4
    \key fis \major
    fis4 gis8 ais bis4 cis4. b!8 a gis e4 dis eis fis2.
    \bar "|."
  }
  \new Staff = "left"
  \relative c'' {
    \clef soprano
    \time 3/4
    \key fis \major
    r8 fis[ eis fis] dis gis16-> fis
    eis8 fis eis dis cis b
    ais gis16 ais b8 gis cis <cis,gis' b>
    <fis ais>2.
    \bar "|."
  }
>>
Effet et renotation.

\new PianoStaff
<<
  \new Staff = "right"
  \relative c' {
    \time 3/4
    \key fis \major
    fis4 gis8 ais bis4 cis4. b!8 a gis e4 dis eis fis2.
    \bar "|."
  }
  \new Staff = "left"
  \relative c {
    \clef bass
    \time 3/4
    \key fis \major
    r8 fis[ eis fis] dis gis16-> fis
    eis8 fis eis dis cis b
    ais gis16 ais b8 gis cis <cis,gis' b>
    <fis ais>2.
    \bar "|."
  }
>>
\midi {
  \context {
    \Score
    tempoWholesPerMinute = #(ly:make-moment 88 4)
  }
}
En ut ♯ majeur.

\new PianoStaff
<<
  \new Staff = "right"
  \relative c'' {
    \time 3/4
    \key cis \major
    cis4 dis8 eis fisis4 gis4. fis!8 e dis b4 ais bis cis2.
    \bar "|."
  }
  \new Staff = "left"
  \relative c' {
    \clef bass
    \time 3/4
    \key cis \major
    r8 cis[ bis cis] ais dis16-> cis
    bis8 cis bis ais gis fis
    eis dis16 eis fis8 dis gis <gis,dis' fis>
    <cis eis>2.
    \bar "|."
  }
>>
\midi {
  \context {
    \Score
    tempoWholesPerMinute = #(ly:make-moment 88 4)
  }
}
Les deux clefs étant identiques à celles du thème en ut naturel majeur, on n’a pas dû les reproduire une troisième fois ; seulement, le lecteur remarquera que, dans une transposition semblable, le dièse simple accidentel se change en double-dièse.