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: Thu, 21 Jul 2011 05:30:17 -0700 (PDT)

et voici l'ultime solution qui permet de laisser le gros de la partition
comme elle était. il y juste quelques adaptations à faire dans la
costruzione:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ENSEMBLEPASTOR = \new
ChoirStaff <<
  \context StaffGroup = "up" <<
    \new Staff \new Voice = "VPASTORa" { \set Staff.midiInstrument = #"choir
aahs" \VOIXPASTORUP }
    \new Lyrics = "l1" % -> definition of the placement of the lyrics
    \new Lyrics = "l2" % -> as many as needed
    \context Lyrics = "l1" \lyricsto "VPASTORa" {
      \PAROLEPASTORaa
      \PAROLEPASTORad
      \PAROLEPASTORcmn
    }
    \context Lyrics = "l1" \lyricsto "UPREPETITAPASTOR" { \PAROLEPASTORab }
    \context Lyrics = "l2" \lyricsto "UPREPETITAPASTOR" { \PAROLEPASTORac }
  >>
  \context StaffGroup = "mid" <<
    \new Staff \new Voice = "VPASTORb" { \set Staff.midiInstrument = #"choir
aahs" \VOIXPASTORMID }
    \new Lyrics = "l1" % -> definition of the placement of the lyrics
    \new Lyrics = "l2" % -> as many as needed
    \context Lyrics = "l1" \lyricsto "VPASTORb" {
      \PAROLEPASTORba
      \PAROLEPASTORbd
      \PAROLEPASTORcmn
    }
    \context Lyrics = "l1" \lyricsto "MIDREPETITAPASTOR" { \PAROLEPASTORbb }
    \context Lyrics = "l2" \lyricsto "MIDREPETITAPASTOR" { \PAROLEPASTORbc }
  >>
  \new Staff \new Voice = "VPASTORc" { \set Staff.midiInstrument = #"choir
aahs" \VOIXPASTORLOW }
>>

conclusions: 
- il faut définir les /portées lyriques/ avant de les remplir. comme ça la
place nécessaire est réservée
- avec des /StaffGroup/ comme "container" on peut re-utiliser les mêmes noms
pour les Lyrics

j'ai mis du temps à piger l'importance du 1er point …

cordialement
Eluze

--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Problemes-d-alignement-des-Lyrics-en-V2-14-1-tp6596877p6606557.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]