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

Impossible de compiler le fichier d’entrée LilyPond :
Processing `.../file.ly'
Parsing...
.../file.ly:14:28: error: syntax error, unexpected STRING, expecting '='
  midiInstrument = ""voice 
                           oohs""
.../file.ly:14:33: error: not a symbol
  midiInstrument = ""voice oohs"
                                "
.../file.ly:17:3: error: syntax error, unexpected '}'
  
  } {
.../file.ly:34:1: error: syntax error, unexpected '}'

}
.../file.ly:34:1: error: Unfinished main input

}
Interpreting music...[8][16][16]
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `file.ps'...
fatal error: failed files: ".../file.ly"

exited with status: 1

Basses

Impossible de compiler le fichier d’entrée LilyPond :
Processing `.../file.ly'
Parsing...
.../file.ly:27:1: error: syntax error, unexpected >>

>>
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*24
     
     d1~ ^\p ^\< g2. a4 bes2. ^\mf ^\! r4
  }  }
\addlyrics { 
             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
 } 
>>