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

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

Re: Problèmes d'alignement des Lyrics en V2.14.1


From: Eluze
Subject: Re: Problèmes d'alignement des Lyrics en V2.14.1
Date: Wed, 20 Jul 2011 05:21:23 -0700 (PDT)

voici une nouvelle solution - j'espère que cette fois ça marche:

ENSEMBLEPASTOR = {
  \new ChoirStaff <<
    \new Staff = "1" \new Voice = "VPASTORa" { \set Staff.midiInstrument =
#"choir aahs" \VOIXPASTORUP }
    \new Lyrics = "lyr1" \lyricsto "VPASTORa" {
      \PAROLEPASTORaa
      << \PAROLEPASTORab
        \new Lyrics \with {alignBelowContext = #"lyr1"} { \set associatedVoice =
"VPASTORa"
          \PAROLEPASTORac }
      >>
      \PAROLEPASTORad
      \PAROLEPASTORcmn
    }
    \new Staff = "2" \new Voice = "VPASTORb" { \set Staff.midiInstrument =
#"choir aahs" \VOIXPASTORMID }
    \new Lyrics ="lyr2" \lyricsto "VPASTORb" {
      \PAROLEPASTORba
      << \PAROLEPASTORbb
        \new Lyrics \with {alignBelowContext = #"lyr2"} { \set associatedVoice =
"VPASTORb" 
          \PAROLEPASTORbc }
      >>
      \PAROLEPASTORbd
      \PAROLEPASTORcmn
    }
    \new Staff \new Voice = "VPASTORc" { \set Staff.midiInstrument = #"choir
aahs" \VOIXPASTORLOW }
  >>
}

les bouts du morceau où la mélodie a le \repeat … sont maintenant définis
comme paroles simultanées.

j'ai éliminé les parties /\new Voice = "UPREPETITAPASTOR"/. 

il a fallu définir un \new Lyrics avec l'alignement et il faut donner un nom
aux Lyrics principaux!

en résumé, j'ai l'impression que la doc dans ce cas ne fourni pas les
informations critiques. (les ex. simples - d'accord - mais quand ça devient
plus complexe...)

cordialement
Eluze

--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Problemes-d-alignement-des-Lyrics-en-V2-14-1-tp6596877p6602422.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.



reply via email to

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