Jump to content

Page:Roze, Nicolas. Méthode de Serpent (1830).djvu/55

From Wikisource
This page needs to be proofread.
32

\version "2.20.1"

% ---- continued from previous page ----

\layout {
  system-count = #7
  indent = #10
  \context {
    \Score
    \omit BarNumber
  }
}
\new ChoirStaff \with {
  systemStartDelimiter = #'SystemStartBrace
  instrumentName = "Fuga."
}
<<
  \new Staff
  \with {
    \magnifyStaff #0.9
  }
  \relative {
    \override Staff.Rest.style = #'classical
    \clef bass
    \key c \major
    \once \override Staff.TimeSignature.style = #'single-digit
    \time 2/2  % "2"
    \tempo "Alla breve."
    R1 * 6 | c'1 g2 e'~ | e d~
    \break
    d2 c~ | c b | a4 b8 c d4 c | b g a b | c2 r4 b
    c dis e b | a cis d a | g b c2~ | c b
    \break
    c2 r4 c | b g b c | d1 | c4 a c d | e1
    dis2 b~ | b a~ | a g~ | g fis
    \break
    g4 a b g | a b8 c d2~ | d c | b e | ais, b~
    b2 ais | b1 | e,2 c'~ | c b
    \break
    a4 cis d a | g a8 b c4 g | fis a b fis
    e4 fis8 g a4 r | d1 | g,2 e'~ | e d~ | d c~
    \break
    c2 b | cis4 a d2~ | d cis | dis4 b e2~
    e d!( | cis1) \trill | b2 r | R1 | R1
    \break
    R1 | g1 _ "Reversed." | d'2 fis,~ | fis g~
    g a~ | a b | c4 b8 a b4 cis | d2 r | r4 g, g g
  }
  \new Staff
  \with {
    \magnifyStaff #0.9
  }
  \relative {
    \override Staff.Rest.style = #'classical
    \clef bass
    \key c \major
    \once \override Staff.TimeSignature.style = #'single-digit
    \time 2/2
    g1 | \once \stemDown c,2 a'~ | a g~ | g f~ | f e | d4 e8 f g4 f
    e d e fis | g2 r4 g | fis a b fis
    \break
    e4 gis a e | d fis g2~ | g fis | g1 | \once \stemDown c,2 a'~
    a2 g~ | g f~ | f e | d g4 f
    \break
    e4 \once \stemDown c e f | g1 | f4 d f g | a1 | g4 e g a
    b2 r4 dis, | e g f e | \stemUp dis b e d | c a d c
    \break
    b2 \stemNeutral g'~ | g fis | gis a~ | a g! | fis4 e \once \stemUp d! b
    fis'1 | b,2 r | r4 e e e | d e8 fis g2~
    \break
    g2 fis~ | fis e~ | e d~ | d c! | b r
    r4 g' g g | fis g8 a b4 fis | e g a e
    \break
    d4 e8 fis g2~ | g fis | gis4 e a2~ | a gis
    ais4 fis b2~ | b ais | b1 | e,2 c'~ | c b
    \break
    a4 b8 c d4 c | b2 r | r4 d, d d
    d \stemDown c b g'8 fis | e4 d c a'8 g | fis4 d g fis
    e2 r4 a | d,1 _ "Reversed." | g2 \stemNeutral b,~
  }
>>


212