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: address@hidden
Subject: Re: Liaison de phrasé sur 2 portées
Date: Fri, 21 Sep 2012 15:53:36 +0200

On 21 sept. 2012, at 15:06, julien <address@hidden> wrote:

> Pardon, je n'ai pas été clair.
> La liaison doit aller du 1er temps de la première mesure au 1er de la
> seconde, bien sûr.
> 
> L'image de ce que je souhaiterais :
> <http://lilypond-french-users.1298960.n2.nabble.com/file/n7578423/essai_lilypond.png>
>  
> 
> Merci pour votre aide.
> Cordialement
> Julien
> 


\version "2.17.0"

global = {
\key g \major
\time 3/4
}

soprano = \relative c'' {
\global
g2. |
r4 g a |
g2. |
r4 g a |
}

sopranoWords = \lyricmode {
foo foo bar
foo foo bar
}

rh = \relative c'' {
\global
<g g'>2.
s2.
<g g'>2.
s2.
}

lh = \relative c {
\global
\clef bass
g8 \( d' g b d g |
\change Staff = "up"
<g' g'>4 \) <g, g'> <a a'> |
\change Staff = "down"
g,,8 \( d' g b d g |
\change Staff = "up"
<g' g'>4 \) <g, g'> <a a'> |
}

rests = {
s2. |
R2. |
s2. |
R2. |
}

<<
\new Staff \with { instrumentName = "Soprano" }
  \new Voice = "soprano" \soprano
\new Lyrics \lyricsto "soprano" \sopranoWords
\new PianoStaff \with { instrumentName = "Piano" } <<
  \new Staff="up" \rh
  \new Staff="down" << \lh \rests >>
>> 
>> 

%Cordialement,
%~Mike




reply via email to

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