lilypond-user-fr
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problème de Coda


From: Christophe Pochon
Subject: Re: Problème de Coda
Date: Sun, 27 Jun 2010 13:24:22 +0200

J'ai fini par trouver une solution plus ou moins acceptable :

\version "2.12.3"
#(set-global-staff-size 15.6)
\header {
  title = "Aux sombres héros de l‘amer"
  subtitle = "Noir désir"

  tagline = ##f
}

\paper {
  #(set-paper-size "a4")
}

global = {
  \key a \minor
  \time 12/8
}

chordNames = \chordmode {
  \global

  a2.:m f:/c
  c4.:/e g:/d a:m/c a:m/b 
  a2.:m f:/c
  c4.:/e g:/d a:m/c a:m/b 
  
   a2.:m f:/c
  c4.:/e g:/d a:m/c a:m/b 
  a2.:m f:/c
  c4.:/e g:/d a:m/c a:m/b 
  
  a2.:m c
  d:m9 f
  a:m c
  d:m9 f
  d:m9 f
  a:m c
  d:m9 f
  a:m c
  d:m9 c:/f
  
  a:m f:/c
  c4.:/e g:/d a:m/c a:m/b
  a2.:m f:/c
  c4.:/e g:/d a:m/c a:m/b
  
     a2.:m f:/c
  c4.:/e g:/d a:m/c a:m/b 
  a2.:m f:/c
  c4.:/e g:/d a:m/c a:m/b 
 
  
}
harmcoda = \chordmode {
   
   a2.:m c
  d:m9 f
  a:m 
}

melody = \relative c'' {
  \global

  R1.
  R1.
  R1.
  R1. \break
  \repeat volta 2
  {
    a8 a g a4 g16 g a8. g16 g8 a8. a16 g8
    a16 g g8 g g e a~ a4. r4.
    a8 a g a8. a16 g8 a8. a16 g8 a a g
    a8. g16 g8 g g gis a4. r \break
 
 
  a2. c
  g4. g8 e a( g2.)
  a2. c
}
\alternative {
  {   \set Score.repeatCommands = #'((volta "1.") ) g4. g8 e a~ a2. }
  {  \set Score.repeatCommands = #'((volta "2. 3.")end-repeat) <g d'>4. <b d>8 <e, c'> <a e'>~ <a e'>2. \set Score.repeatCommands = #'((volta #f) ) }
}
 \break
   \mark \markup { \musicglyph #"scripts.segno" }
e'2. d
c4. a8 g a~ a4. r
a2. c
d4. d8 c e~ e4. r \break
\repeat volta 2 {
R1.
R1.
R1.
R1.

}

 \once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
  \once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
  \mark \markup  { \raise #-1.0 "2ème fois al Coda   " \fontsize #+3 \musicglyph #"scripts.coda" }   \break
\break
\repeat volta 2 {
    a,8 a g a4 g16 g a8. g16 g8 a8. a16 g8
    a16 g g8 g g e a~ a4. r4.
    a8 a g a8. a16 g8 a8. a16 g8 a a g
    a8. g16 g8 g g gis a4. r

  }
      \once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
  \once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
  \mark \markup  {\italic "D.S. al Coda."}  \break
}
  mycoda = \relative c'' { \global



    \repeat volta 2 {
   
    a2. c
  d,4. d8 c f~ f2.
}
\mark \markup {4x}
R1. \bar "|."
  
  
  

  }

verse = \lyricmode {

  \set stanza = #"1. " Aux sombres hé -- ros de l'a -- mer qui ont su tra -- ver -- 
  ser les o -- cé -- ans du vide __
  A la mé -- moire de nos frères dont les san -- glots si 
  longs fai -- saient cou -- ler l'a -- cide 
  Al -- ways lost in the sea __
  Al -- ways lost in the sea __
  lost in the sea __
    Al -- ways lost in the sea __
  Al -- ways lost in the sea __
  \set stanza = #"3. " A -- mi qu'on crève d'une ab -- sence ou qu'on crève un ab -- cès c'est le poi -- son qui coule __
  Cer -- tains na -- geaient sous les lignes de flot -- tai -- son in -- times à l'in -- té -- rieur des foules 
 

}
verseb = \lyricmode {

  \set stanza = #"2. " Tout part tou -- jours dans les flots au fond des nuits se --
  reines ne vois -- tu rien ve -- nir __
  Les nau -- fra -- gés et leurs peines qui je -- taient l'encre i -- 
  ci et ar -- rê -- taient d'é -- crire
  _ _ _ _ _ _ _ _ _
  _ _ _ _ _ _ _ _ _
  _ _ _ _ _ _ _ _ _ _
 \set stanza = #"4. " Aux sombres hé -- ros de l'a -- mer qui ont su tra -- ver -- 
  ser les o -- cé -- ans du vide __
  A la mé -- moire de nos frères dont les san -- glots si 
  longs fai -- saient cou -- ler l'a -- cide 
}
tcoda = \lyricmode {
     Al -- ways lost in the sea __

}
\book {
  

\score { 
  <<
    \new ChordNames \chordNames
    \new Staff { \melody }
    \addlyrics { \verse }  \addlyrics { \verseb }
    
  >>

  \layout { }
}
\score
  {
  <<
   \new ChordNames  \harmcoda
 
    \new Staff \with {
    instrumentName = \markup {  \bold  \musicglyph#"scripts.coda"  \bold CODA }
  } { \mycoda }
 
  \addlyrics {  \tcoda }
    >>
  \layout {}
                
        
}        
}




A+

Christophe Pochon

reply via email to

[Prev in Thread] Current Thread [Next in Thread]