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

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

Re: \partcombine ou \voiceThree


From: Martial
Subject: Re: \partcombine ou \voiceThree
Date: Mon, 26 May 2008 23:14:10 +0200
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

Bonsoir

Un truc simple comme ça fonctionne

LilyPond hurle un peu :
Avertissement : trop de notes se chevauchent. On fera au mieux.

Mais ça passe

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.11.46"
\include "english.ly"
#(set-default-paper-size "a5")
%%===========================================================
IWords = \lyricmode     { BI BA BI BE BO BE BU1.__ }
IGlobal =       { \key c \major }

VoixA = \new Voice = "one" \relative c'{ \stemUp g'4 a g f e d c b c1 }
                
VoixB = \new Voice = "two" \relative c'{ \stemUp e4 f e d c b a gs a1 }

VoixC = \new Voice = "three" \relative c'{\stemDown c4 c c b c g a e a1}

Vbasse =  \new Voice  \relative c' { r4 r r r  R1  R1 }
%%===========================================================
\score
{
        \new ChoirStaff
        <<
                \new Staff
                        <<
                         \clef "G"
                         \transpose c f
                        <<   \IGlobal
                                  \VoixA
                                  \VoixB
                                  \VoixC
                        >>
        >>
        
        \new Lyrics = thewords { s }
        
        \new Staff
        <<
        \clef "F"  \transpose c f { \IGlobal \Vbasse }        >>
        
        \context Lyrics = thewords \lyricsto "one" { \IWords }
        >>        
        \layout{ }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

--
Martial


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.11.46"
\include "english.ly"
#(set-default-paper-size "a5")
%%===========================================================
IWords = \lyricmode     { BI BA BI BE BO BE BU1.__ }
IGlobal =       { \key c \major }

VoixA = \new Voice = "one" \relative c'{ \stemUp g'4 a g f  e d c b  c1 }
                
VoixB = \new Voice = "two" \relative c'{ \stemUp e4 f e d  c b a gs  a1         
}

VoixC = \new Voice = "three"  \relative c'      { \stemDown  c4 c c b  c g a e  
a1 }

Vbasse =  \new Voice  \relative c'      {       r4 r r r  R1  R1  }
%%===========================================================
\score
{
        \new ChoirStaff
        <<  
                \new Staff
                        <<  
                         \clef "G" 
                         \transpose c f 
                        <<   \IGlobal
                                  \VoixA  
                                  \VoixB 
                                  \VoixC 
                        >>
        >>
        
        \new Lyrics = thewords { s }
        
        \new Staff
        <<  
        \clef "F"  \transpose c f { \IGlobal \Vbasse }  >>
        
        \context Lyrics = thewords \lyricsto "one" { \IWords }
        >>      
        \layout{ }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

PNG image


reply via email to

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