Chanson de Roland (Gilles Mathieu)/1 - Prologue/Mesures 21 à 45

De Wicri Chanson de Roland
logo travaux Page en cours de rédaction

Soprano


\new Staff \with {
  midiInstrument = "choir aahs"
  instrumentName = #"Sop."
  shortInstrumentName = #"S"
  } {
\relative c' {  
     \tempo 4=80
     \time 4/4 \key bes \major 
    \set Score.currentBarNumber = #21
      R1*24
     
     d1~ ^\p ^\< g2. a4 bes2. ^\mf ^\! r4
  }  }
\addlyrics { 
             o - id
            }

Ténor


\new Staff \with {
  midiInstrument = "voice oohs"
  instrumentName = #"T"
  shortInstrumentName = #"T "
  } {
\relative c {  
    \time 4/4 \key bes \major 
    \set Score.currentBarNumber = #21
     \clef "treble_8"
     r2 d2 ^\(
     a'1
     bes2 a4 g4
     fis1 ^\)
     r2 g2 ^\(
     a2  fis2 ^\)
     ees1 ^\(
     d1 \)
     R1*13
     bes'1~ ^\p  ^\<  bes2 c4 d4 ees2. ^\mf ^\! r4
  }  }
\addlyrics { 
             a - - - - -
             a - -
             a -
             o -  -  id
            }

Basses

Impossible de compiler le fichier d’entrée LilyPond :
Processing `.../file.ly'
Parsing...
.../file.ly:28:6: error: unrecognized string, not in text script or \lyricmode
     
     ER*9
.../file.ly:28:8: error: syntax error, unexpected '*'
     ER
       *9
.../file.ly:13:1: error: errors found, ignoring music expression

\new Staff \with {
fatal error: failed files: ".../file.ly"

exited with status: 1

Cor


\new Staff \with {
  midiInstrument = "french horn"
 }
 \relative c' {
   \tempo 4=80
  \time 4/4 \key f \major 
  \set Score.currentBarNumber = #21
  r1 
  r2 a2~ \pp
  a2 r2
  r2 a2
  a'2 a,2~
  a2 r2
  r2 a2 \mp
  a'2 a,2~
  a2 r2
 }

Tutti


<<
\new ChoirStaff <<
\new Staff \with {
  midiInstrument = "choir aahs"
  instrumentName = #"Sop."
  shortInstrumentName = #"S"
  } {
\relative c' {  
     \tempo 4=80
     \time 4/4 \key bes \major 
    \set Score.currentBarNumber = #21
      R1*21
     
     d1~ ^\p ^\< g2. a4 bes2. ^\mf ^\! r4
  }  }
\addlyrics { 
             o - id
            }
\new Staff \with {
  midiInstrument = "voice oohs"
  instrumentName = #"T"
  shortInstrumentName = #"T "
  } {
\relative c {  
    \time 4/4 \key bes \major 
    \set Score.currentBarNumber = #21
     \clef "treble_8"
     r2 d2 ^\(
     a'1
     bes2 a4 g4
     fis1 ^\)
     r2 g2 ^\(
     a2  fis2 ^\)
     ees1 ^\(
     d1 \)
     R1*13
     bes'1~ ^\p  ^\<  bes2 c4 d4 ees2. ^\mf ^\! r4
  }  }
\addlyrics { 
             a - - - - -
             a - -
             a -
             o -  -  id
            }
>>
\new Staff \with {
  midiInstrument = "french horn"
 }
 \relative c' {
   \tempo 4=80
  \time 4/4 \key f \major 
  \set Score.currentBarNumber = #21
  r1 
  r2 a2~ \pp
  a2 r2
  r2 a2
  a'2 a,2~
  a2 r2
  r2 a2 \mp
  a'2 a,2~
  a2 r2
 } 
>>