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

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

Re: Liaison de phrasé sur 2 portées


From: Eluze
Subject: Re: Liaison de phrasé sur 2 portées
Date: Wed, 17 Oct 2012 00:44:40 -0700 (PDT)

comme Mike l'avait déjà montré on se sert du /\change Staff/ ici:

exemple réduit où les 2 voix/mains sont inter-changées:

global = {
  \key g \major
  \time 3/4
}
right = \relative c'' {
  \global
  < g g'>2. |                                            % 19
        \change Staff = left
        r2. |                                               % 20
  \change Staff = right 
}
left = \relative c' {
  \global
  g,8(  d' g b d g |                                     % 19
  \change Staff = right 
  < g ' g'>4) < g, g'> < a a'> |                   % 20
        \change Staff = left
        
}
\new PianoStaff  <<
  \new Staff = "right"  \right
  \new Staff = "left" { \clef bass \left }
>>

bonne chance!
Eluze



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Liaison-de-phrase-sur-2-portees-tp7578403p7578556.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]