Jump to content

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

From Wikisource
This page needs to be proofread.
15

\version "2.20.1"

\layout {
  system-count = #8
  indent = #10
  
  \context { \Score \omit BarNumber }
}
\new ChoirStaff \with {
  systemStartDelimiter = #'SystemStartBrace
  instrumentName = "Durante"
}
<<
  \new Staff
  \relative {
    \override Staff.Rest.style = #'classical
    \clef bass \key g \major
    \time 2/2
   
    g2. ^ "Vivace." a4 | b a b c | d2. e4 | fis,2. g4 | a g a b
    c2. d4 | e,2. fis4 | g fis g a | b2. c4 | d,2. e4
    fis4 e fis g | a g a b
    \break
    c2. b4 | a g a b | c b c d | e2. d4 | c2. b4
    a2. g4 | fis e fis g | a2. g4 | fis e fis g
    a2. g4 | fis2. e4 | d2. \once \stemDown cis4 | d8 e fis g a4 a | a1
    \break
    d,8 e fis g a4 cis, | d2 r | d2. e4 | fis e fis g
    a2. b4 | cis,2. \once \stemUp d4 | e d e fis g2. a4 | b,2. cis4
    d4 \once \stemDown cis d e | fis2. g4 | a,2. b4 | cis b cis \once \stemUp d
    \break
    e4 d e fis | g2. a4 | b a b cis | d2. a4 | fis2 d
    r2 d4 e | fis e fis g | a2. e4 | cis2 a | r a'4 b
    cis4 a cis d | e2. b4 | g2 e | r g4 a
    \break
    b4 g b cis | d2. a4 | fis2 d | r fis4 g | a g a b
    c b c d | e2. d4 | c b c d | e2. d4 | c2. b4
    a g a b | c2. b4 | a g a b | c2. b4 | a2. g4
    \break
    fis4 d fis g | a fis a b | c a c d | e2 c | a2. b4
    c2 a | fis2. g4 | a2 fis | d8 e fis g a4 a | a1
    fis8 g a b c4 c | c1
    \break
    a8 b c d e4 e | e d c b | a2. g4 | fis d c' b
    a2. g4 | fis d c' b | a2. g4 | fis8 g a b c4 d
    d2 c4 b
    \break
    b2 a4 g | g2 a8 b c d | e4 d c b8 a | g2 a | b fis
    g2 d | g b, | c \once \stemUp d | g fis g1 \fermata
    \bar ".."
    s1 \bar "" s1 \bar ""
  }
  \new Staff
  \relative {
    \override Staff.Rest.style = #'classical
    \clef bass \key g \major
    \time 2/2
    R1
    g2. a4 | b a b c | d2. e4 | fis,2. g4 | a g a b
    c2. d4 | e,2. fis4 | g fis g a | b2. c4 | d,2. e4
    fis4 e fis g
    \break
    a g a b
    c2. b4 | a g a b | c b c d | e2. d4 | c2. b4
    a2. g4 | fis e fis g | a2. g4 | fis e fis g
    a2. g4 | fis2. e4 | d2. cis4 | d8 e fis g a4 a
    \break
    a1
    d,8 e fis g a4 cis, | \once \stemUp d2 r | d2. e4 | fis e fis g
    a2. b4 | cis,2. \once \stemUp d4 | e d e fis g2. a4 | b,2. cis4
    d4 \once \stemDown cis d e | fis2. g4 | a,2. b4 
    \break
    cis b cis d
    e4 d e fis | g2. a4 | b a b cis | d2. a4 | fis2 d
    r2 d4 e | fis e fis g | a2. e4 | cis2 a | r a'4 b
    cis4 a cis d | e2. b4 | g2 e
    \break
    r g4 a
    b4 g b cis | d2. a4 | fis2 d | r fis4 g | a g a b
    c b c d | e2. d4 | c b c d | e2. d4 | c2. b4
    a g a b | c2. b4 | a g a b | c2. b4
    \break
    a2. g4
    fis4 d fis g | a fis a b | c a c d | e2 c | a2. b4
    c2 a | fis2. g4 | a2 fis | d8 e fis g a4 a | a1
    fis8 g a b c4 c
    \break
    c1
    a8 b c d e4 e | e d c b | a2. g4 | fis d c' b
    a2. g4 | fis d c' b | a2. g4 | fis8 g a b c4 d
    \break
    d2 c4 b
    b2 a4 g | g2 a8 b c d | e4 d c b8 a | g2 a | b fis
    g2 d | g b, | c \once \stemUp d | g1 \fermata
    \bar ".."
    s1 \bar "" s1 \bar ""   
  }
>>

212