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

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

Re: [RESOLU] Re: décalage de portée avec indication : Trio et Coda


From: Christophe Pochon
Subject: Re: [RESOLU] Re: décalage de portée avec indication : Trio et Coda
Date: Tue, 7 Nov 2017 08:42:13 +0100

Bonjour,

Moi pour les codas, ça fait des années que j'utilise un second score, dans un même book, exemple :

%%%%%
\version "2.19.15"

\header{
  title = "Exemple de structure avec CODA"
  tagline = ""
}

\paper {
  #(set-paper-size "a4")
  %  #(define bottom-margin (* 1 cm))
  indent = 0\cm
}

global = {
  \key c \major 
  \time 4/4
}

chordNames = \chordmode {
  \global
  \set chordChanges = ##t
  c1
  f
  g
  c
  c
  f
  g
  c
}

chordNamesCoda = \chordmode {
  \set chordChanges = ##t
  c2 f 
  c1
}

melody = \relative c''{
  \global
  \repeat volta 2 {
    c1
    c
    b
    c \break
    c
    c
    b \mark \markup "Al CODA"
    c 
  }
}

melodyCoda = \relative c'' {
  c2 c
  c1 \bar "|."
}

verse = \lyricmode {
  la la la la
  la la la la
}

verseCoda = \lyricmode {
  la la la
}

\book {
  \score { 
    <<
      \new ChordNames \chordNames
      \new Staff { \melody }
      \addlyrics { \verse }
    >>
  }
  \score {
    <<
      \new ChordNames \chordNamesCoda
      \new Staff \with { \remove "Time_signature_engraver"
                         instrumentName = \markup {    \bold \huge \fontsize #+5 \musicglyph#"scripts.coda"  \bold \fontsize #+3 \raise #-1  CODA }
      } { \melodyCoda }
      \addlyrics { \verseCoda }
    >>
    \layout{  indent = 30.0\mm
    }
  }
}
%%%%%%

Bonne journée,

Christophe



2017-11-07 8:02 GMT+01:00 gegeours <address@hidden>:




--
Sent from: http://lilypond-french-users.1298960.n2.nabble.com/

_______________________________________________
liste de diffusion lilypond-user-fr
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user-fr


reply via email to

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