Jump to content

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

From Wikisource
This page needs to be proofread.
17

\version "2.20.1"

\layout {
  system-count = #8
  indent = #10
  \context { \Score \omit BarNumber }
}
\new ChoirStaff \with { instrumentName = Roze
  systemStartDelimiter = #'SystemStartBrace
  instrumentName = "Roze"
}
<<
  \new Staff
  \relative {
    \override Staff.Rest.style = #'classical
    \clef bass
    \key g \major
    \time 4/2  %{ ---- C ?¿! ---- %}

    b1 c | b2 e1 d2 | c1 b2 g4 a
    b c d2~ d2 c4 b | c1 b4 a b2~
    b4 a8 g a4 ais b dis, e2 | g1 fis2 b~
    \break
    b2 a g1 | fis2. g4 a e a2~
    a4 g8 fis g4 a8 b c2. b8 a | b2. a8 g a2 d4 c
    b a g2 r4 g c b | a g fis2 r4 fis b a
    \break
    g4 fis e2 r4 e a g8 a | fis4 d r2 s g
    b1 a2 d~ | d c b e~ | e4 a, d2. g,4 c2~
    c4 a8 c b4 g d1 | e d2 g~ | g f e a~
    \break
    a2 g fis! b~ | b4 a8 g fis4 e dis fis b a
    g gis a g fis fis g fis | e g fis e dis b r2
    b'1 c | b2 e1 d2
    \break
    c1 b2 e | a,4 c b a g b a g | fis2 r b1
    g1 a2 e~ | e fis g1 | a4 c b a g2 b~
    \break
    b2 ais a4 g fis e | dis c' b a g e b'2~
    b4 cis8 b ais4 b8 cis d4 b r2 | r4 fis b1 ais4 fis
    g1 fis2 b~ | b a!4 fis gis2 cis4 b
    \break
    ais2 b4 fis g! b e d | c b a g a g fis e
    b2 b' c1 | b2 e1 d2 | c1 b4-! b-! b( c)
    a4-! a-! a( b) g c b a
    \break
    g8( a b4) r2 b1 | g a2 e | fis1 g4 dis e2
    r1 b' | c b2 e~ | e dis4 b e d cis a
  }
  \new Staff
  \relative {
    \override Staff.Rest.style = #'classical
    \clef bass
    \key g \major
    %\once \override Staff.TimeSignature.stencil = ##f
    \time 4/2
    
    r1^"A Capella, or church style." s | r1 s
    r1 e1 | g fis2 b~ | b a g4 fis e d
    c1 b2 r | r1 b1
    \break
    c1 b2 e~ | e d c1 | b2 b'2. a8 g a2~
    a4 g8 fis g1 fis2 | g4 fis e d c2 r4 c
    fis4 e d \once \stemDown c b2 r4 b
    \break
    \stemUp e4 d c b a2 r | d1 e | \stemNeutral d2 g1 fis2 | e a1 g2
    fis2 b e, a | d,4 fis g g, r1 | g1 b | a2 d1 c2
    \break
    b2 e1 \stemUp d2 | c1 b2 r4 b | \stemDown e d c cis d \stemNeutral c b b
    c4 b a ais b a g fis | e2 r e'1 | g fis2 b~
    \break
    b2 a g1 | fis2 b, e4 g fis e
    \once \stemUp dis b fis' e dis! b fis' dis | \once \stemUp e b g e c'2 g
    a4 g fis b e1 | dis1 e2 b
    \break
    cis1 dis4 e fis g | a fis g dis e2 d
    cis2 fis b, r | d1 cis2 fis~ | fis e \once \stemUp d4 b \once \stemUp d2
    cis2 fis~ fis e4 cis
    \break
    fis4 e dis2 e4 d! c! b | a g fis e c' b a ais
    b2 r r e | g1 fis2 b~ | b a g1 | fis4 e dis \once \stemDown b e2 r
    \break
    e1 dis | e2 b cis1 | dis4 e fis dis e fis g r
    b1 g | a e4 fis g a | b c b a gis e a g
  }
  % ---- continued on next page ----
>>

212