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

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

Re: Lyrics : 2 couplets qui se terminent sur la même phrase


From: Vincent Gay
Subject: Re: Lyrics : 2 couplets qui se terminent sur la même phrase
Date: Tue, 8 Mar 2022 17:25:15 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

Pfff... c'est complètement barbare mais j'ai trouvé une bidouille à base de \markup



C'est à peine si j'ose montrer le code 😠

\version "2.22.2"
\paper {
  indent = 0\mm
  ragged-last = ##f
}

verseA = \lyricmode {
  I get a fee -- ling that's so hard _ to bear
  \markup \raise #-1.2 { You }
  \markup \raise #-1.2 { give }
  \markup \raise #-1.2 { me }
  \markup \raise #-1.2 { fe }
  \markup \raise #-1.2 { ver,}
}

verseB = \lyricmode {
  And _ you know I'm gon -- na treat _ you right
}

theNotes =  \relative c'' {
  \partial 4. a8 a a | d8 c d c d c a a~ |
  \once \override TextScript #'extra-offset = #'( 0.2 . -1.2 )
  a _\markup \fontsize #9  "}" a a a c4
  \once \override TextScript #'extra-offset = #'( -5.2 . -4 )
  a _\markup \fontsize #3  "-"
   }

\score {
  <<
    \new Staff \new Voice = melody \theNotes
    \new Lyrics \lyricsto melody \verseA
    \new Lyrics \lyricsto melody \verseB
  >>
}




Le 08/03/2022 à 13:53, Vincent Gay a écrit :
Bonjour à tous

dans l'illustration ci-dessous 2 couplets se terminent par la même phrase. À la fin des parties distinctes une accolade puis la partie commune écrite sur l'interligne. Est-il possible de faire quelque-chose d'analogue ?




-- 
Vincent Gay
Envoyé depuis mon saxo-phone :)
https://myrealbook.vintherine.org/ - http://photos.vintherine.org/

reply via email to

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