Chanson de Roland (Gilles Mathieu)/1 - Prologue/Mesures 21 à 45 : Différence entre versions

De Wicri Chanson de Roland
(Ténor)
Ligne 46 : Ligne 46 :
 
             a - - - - -
 
             a - - - - -
 
             a - -
 
             a - -
 +
            a -
 
             o - id
 
             o - id
 
             }
 
             }

Version du 2 septembre 2021 à 21:29

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
     bes1~ ^\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: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
 } 
>>