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

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

Violon 1

Mesures 20 à

Impossible de compiler le fichier d’entrée LilyPond :
Processing `.../file.ly'
Parsing...
.../file.ly:31:6: error: unrecognized string, not in text script or \lyricmode
     
     gf2  ees     
Interpreting music...[8]
Preprocessing graphical objects...
Interpreting music...
MIDI output to `file.midi'...
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

Violon 2

Mesures 14 à 19


\new Staff \with {
  midiInstrument = "violin"
  instrumentName = #"V2 "
  shortInstrumentName = #"v2"
  } {
  \relative c'' {  
   \time 4/4 \key bes \major 
   \set Score.currentBarNumber = #14
        r2. g4
        \tempo 4 = 72
        d'4. \( e8 f e d c \)
        \time 3/4
        d2 g,4 \(
        bes4. c8 a4
        g2. \)
  }  }

Mesures 22 à 32


\new Staff \with {
  midiInstrument = "violin"
  instrumentName = #"V2 "
  shortInstrumentName = #"v2"
  } {
  \relative c' {  
   \time 4/4 \key bes \major 
   \set Score.currentBarNumber = #22
  
        \time 3/4
        f2 \p \< g4 
        a2 a4
       \time 4/4
        d,2 \f a'4 d,4
        ees2  c4 g'4
        fis2 a2
        bes2  c2
        d2 a2
        c2  bes2
        a1
        g1
        << a \fermata {{s4 \> s4 s4 s4 \!}} >>
  }  }