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

De Wicri Chanson de Roland
(Ténor)
Ligne 28 : Ligne 28 :
 
   shortInstrumentName = #"T "
 
   shortInstrumentName = #"T "
 
   } {
 
   } {
\relative c' {   
+
\relative c {   
 
     \time 4/4 \key bes \major  
 
     \time 4/4 \key bes \major  
 
     \clef "treble_8"
 
     \clef "treble_8"
 +
    r2 d2
 
     r1 r1 r r r r r r
 
     r1 r1 r r r r r r
 
     bes1~\p  \<  bes2 c4 d4 ees2.\mf\! r4
 
     bes1~\p  \<  bes2 c4 d4 ees2.\mf\! r4
 
   }  }
 
   }  }
 
</score>
 
</score>
 +
 
==Basses==
 
==Basses==
 
<score vorbis="1">
 
<score vorbis="1">

Version du 2 septembre 2021 à 21:17

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 = "choir aahs"
  instrumentName = #"T"
  shortInstrumentName = #"T "
  } {
\relative c {  
     \time 4/4 \key bes \major 
     \clef "treble_8"
     r2 d2
     r1 r1 r r r r r r
     bes1~\p  \<  bes2 c4 d4 ees2.\mf\! r4
  }  }

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
 } 
>>