Chanson de Roland (Gilles Mathieu)/4 - La Trahison/Violon 1

De Wicri Chanson de Roland

Cette page est une transcription de la partition « Violon 1 » du quatrième mouvement (La trahison) de la Chanson de Roland composée par Gilles Mathieu.


logo travaux Page en cours de rédaction

Mesures 1 à 15

Impossible de compiler le fichier d’entrée LilyPond :
Processing `.../file.ly'
Parsing...
.../file.ly:26:9: error: syntax error, unexpected \layout
	
        \layout { }
.../file.ly:28:52: error: unknown escaped string: `\Score'
					\context { 
                                                   \Score tempoWholesPerMinute = #(ly:make-moment 100 4) }
.../file.ly:28:52: error: unrecognized string, not in text script or \lyricmode
					\context { 
                                                   \Score tempoWholesPerMinute = #(ly:make-moment 100 4) }
.../file.ly:28:59: error: unrecognized string, not in text script or \lyricmode
					\context { \Score 
                                                          tempoWholesPerMinute = #(ly:make-moment 100 4) }
.../file.ly:28:80: error: syntax error, unexpected '='
					\context { \Score tempoWholesPerMinute 
                                                                               = #(ly:make-moment 100 4) }
.../file.ly:28:82: warning: Ignoring non-music expression
					\context { \Score tempoWholesPerMinute = 
                                                                                 #(ly:make-moment 100 4) }
.../file.ly:13:1: error: errors found, ignoring music expression

\new Staff \with {
.../file.ly:31:1: error: syntax error, unexpected end of input

}
fatal error: failed files: ".../file.ly"

exited with status: 1

Mesures 16 à 32


\new Staff \with {
  midiInstrument = "violin"
  instrumentName = #"V1 "
  shortInstrumentName = #"v1"
  } {
  \relative c'' {  
   \time 4/4 \key bes \major 
   \set Score.currentBarNumber = #15
        r1
        \tempo 4 = 72
        r1
        \time 3/4
        r2.
        r2.
        r2.
       \time 4/4
        g2 \p d'2
       \time 3/4
       g,2.
       bes2 \< c4 
        d2 a4
       \time 4/4
        fis'2. \f a4 
        a4  g2 fis8 ees
        d2 fis2
        g2  ees
        fis1
        g1
        fis2 d2
        c2 bes
        << a \fermata {{s4 \> s4 s4 s4 \!}} >>
  }  }