[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: plusieurs coupltes en vocal SATB
From: |
Jean-Yves Baudais |
Subject: |
Re: plusieurs coupltes en vocal SATB |
Date: |
Wed, 14 Mar 2007 17:52:00 +0100 |
User-agent: |
Thunderbird 1.5 (X11/20060313) |
Bonjour,
Jean-marc LEGRAND a écrit :
Je suis à la super bourre pour un baptême dont kj'écris la mélodie
du psaume. Tout est OK, Ã part
que je n'arrive pas à mettre les trois couplets. J'ai lu la doc, oeuf
corse, mais bon pas trouvé
grand chose d'exactement pareil...
Voici la structure de ma partoche (je n'ai aucun mérite : c'est le
template de la doc !) :
Une solution peut-être pas orthodoxe, mais qui fonctionne.
\version "2.8.7"
\header {
title = "Il est né le divin enfant !"
composer = "Noël trad., harm. J.-Y. Baudais"
}
#(set-global-staff-size 17)
global = { \key g \major \time 4/4 }
sopR = {...}
sopC = {...}
...
bassC = {...}
textR = \lyricmode {...}
textCa = \lyricmode {...}
textCb = \lyricmode {...}
textCc = \lyricmode {...}
\new ChoirStaff <<
\new Staff {
\clef treble \global <<
\new Voice = "refrain" { \voiceOne \sopR \oneVoice }
\new Voice { \voiceTwo \altR \oneVoice }
>>
<< \new Voice = "couplet" { \voiceOne \sopC \oneVoice }
\new Voice { \voiceTwo \altC \oneVoice }
>>
}
\new Lyrics \lyricsto "refrain" { \textR }
\new Lyrics \lyricsto "couplet" { \textCa }
\new Lyrics \lyricsto "couplet" { \textCb }
\new Lyrics \lyricsto "couplet" { \textCc }
\new Staff {
\clef bass \global <<
\new Voice { \voiceOne \tenorR \oneVoice }
\new Voice { \voiceTwo \bassR \oneVoice }
>>
<< \new Voice { \voiceOne \tenorC \oneVoice }
\new Voice { \voiceTwo \bassC \oneVoice }
>> }
>>