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

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

Re: Paroles mal placées


From: Christophe Pochon
Subject: Re: Paroles mal placées
Date: Sat, 23 Nov 2019 14:57:52 +0100

Salut,

Comme ça ça ira mieux :


%%%%%%%%
\version "2.19.82"
%-----------------------------------------------
Global=
{
  \numericTimeSignature
  \set Score.markFormatter = #format-mark-box-alphabet
  \key g\minor
   \time2/4
}
%-------------------------------------
LaMelodie =
\relative c''
{
   \Global

   \new Voice = "melody"
    {
      g8 <g d'><g e'><g c> < g d'>4<g bes>
     <<
       {
         \voiceOne
         c8 c16 d
       }
       \new Voice
        {
         \voiceTwo
         e,8 e
        }
     >>
     \oneVoice
     <g bes>8 <f a>
    }
 
 
}
%-------------------------------
LaBasse =
\relative c
{
   \Global
  \clef "bass"
  g8 g c, e g4 g
}
%---------------------------------------
\score
{
   <<
   \LaMelodie
    \new Lyrics \lyricsto "melody" { sing we now of christ- mas now- ell
sing we here }
   \new Staff \LaBasse
   >>
   \layout {}
}
%%%%%%%%%%%5

A+

Christophe Pochon



Le sam. 23 nov. 2019 à 14:39, Christian LE BARS <address@hidden> a écrit :
Bonjour a tous
Voila je ne comprend pas pourquoi les paroles
s'écrivent en dessous de la portée en fa.

Alors que je voudrais qu'elle s'incrivent en dessous de la portée en
sol( c'est la mélodie)
Voici mon code:

\version "2.19.82"
%-----------------------------------------------
Global=
{
  \numericTimeSignature
  \set Score.markFormatter = #format-mark-box-alphabet
  \key g\minor
   \time2/4
}
%-------------------------------------
LaMelodie =
\relative c''
{
   \Global
<<
   \new Voice = "melody"
    {
      g8 <g d'><g e'><g c> < g d'>4<g bes>
     <<
       {
         \voiceOne
         c8 c16 d
       }
       \new Voice
        {
         \voiceTwo
         e,8 e
        }
     >>
     \oneVoice
     <g bes>8 <f a>
    }
   \new Lyrics \lyricsto "melody" { sing we now of christ- mas now- ell
sing we here }
 >>
}
%-------------------------------
LaBasse =
\relative c
{
   \Global
  \clef "bass"
  g8 g c, e g4 g
}
%---------------------------------------
\score
{
   <<
   \LaMelodie
   \new Staff \LaBasse
   >>
   \layout {}

Par avance merci pour vos réponses
Christian


reply via email to

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