Dixit Dominus (Scarlatti, III)

From Wikipedia, the free encyclopedia

Le troisième Dixit Dominus d'Alessandro Scarlatti, est une œuvre sacrée, généralement jouée au cours des vêpres les jours de fêtes, parmi les six composées sur le Psaume 109, dans la période de maturité du compositeur napolitain. L'effectif nécessite cinq solistes (SSATB), un chœur à cinq voix et le continuo. Son écriture est en stile antico et il est composé entre 1703 et avant 1716, dans la période de maturité du compositeur[1],[2].

  • Dixit Dominus,
    en sol majeur
  • Donec ponam,
    en ut majeur
  • Tecum principium,
    , en mi mineur
  • Juravit Dominus,
    en ut majeur
  • Dominus,
    en la majeur
  • Judicabit,
    en sol majeur
  • De torrente,
    en mi mineur
  • Gloria patri,
    en ut majeur
  • Amen,
    en sol majeur



\version "2.18.2"
\header { 
  tagline = ##f
}
global= {
  \time 4/2
  \set Staff.timeSignatureFraction = 4/4
  \key c \major
  \tempo 2 = 60
}

Soprano = \new Voice \relative c'' {
  \set Staff.instrumentName = #"Sop. I"
  \set Staff.midiInstrument = #"orchestral harp"
 
    b2 d b8 a g2 fis4 | e fis8 g a2. a4 b2 | r4 c2 c4 b g4. f8 g4 | g c b8 c d b c d e c d2
  
    %\addlyrics {    } % impossible de mettre le texte pour l'instant...
   
}

SopranoB = \new Voice \relative c'' {
  \set Staff.instrumentName = #"Sop. II"
  \set Staff.midiInstrument = #"orchestral harp"
  \tempo 2 = 120
 
    g2 a b8 c d2 d4 | a2 e' a,4 d8 c b a g4 | g8 a16 b c8 d e4. e8 d2 e4. d8 e d c b16 a d8 c b d g,4. g8 g2*1/2~ \hideNotes g4
  
   % \addlyrics { Di- xit Do---- mi- nus, Do- mi- nus Do--- } % impossible de mettre le texte pour l'instant...
   
}

Alto = \new Voice \relative c' {
  \set Staff.instrumentName = #"Alto"
  \clef alto
  \set Staff.midiInstrument = #"orchestral harp" %recorder"
 
  d\breve | e1 d | \repeat unfold 2 { g2. g4 g1 }

}

Tenor = \new Voice \relative c' {
  \set Staff.instrumentName = #"Ténor"
  \clef tenor
  \set Staff.midiInstrument = #"orchestral harp"

  g2. fis4 g8 a b g a2~ a4 a a2 r4 d4. c8 b a | g2. g4 b2 c4. d8 | g,4. a8 b8 a g4. a16 b c8 g b4. b8

}

Basse = \new Voice \relative c {
  \set Staff.instrumentName = #"Basse"
  \clef bass
  \set Staff.midiInstrument = #"orchestral harp"

  r1 r2 d2~ d cis d8 e fis d g4. f8  | e d c b c4. c8 g2 c4. b8  | c8 d e f g4. f8 e4. e8 b2

}

\score {
  \new StaffGroup <<
    \new Staff << \global \Soprano >>
    \new Staff << \global \SopranoB >>
    \new Staff << \global \Alto >>
    \new Staff << \global \Tenor >>
    \new Staff << \global \Basse >>
  >>
  \layout {
    #(layout-set-staff-size 17)
    \context {
      \Score
      \remove "Metronome_mark_engraver"
      \override SpacingSpanner.common-shortest-duration = #(ly:make-moment 1/2)
    }
  }
  \midi { }
}
Incipit du Dixit Dominus [III].

Analyse


Manuscrits

Il existe deux manuscrits en parties

  • D-MÜp, Hs. 3878
  • D-Rp, Pr-M Scarlatti I/11

Discographie

Notes et références

Bibliographie

Article connexe

Liens externes

Related Articles

Wikiwand AI