|
From: | Christophe Pochon |
Subject: | Re: Deux voix différents sur une mesure |
Date: | Thu, 16 Aug 2018 16:37:53 +0200 |
Super merci Christophe de ta solution. Chez moi, elle ne fonctionne pas,
voici le code sur lilybin
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
lower = \relative c {
\clef bass
\key c \major
\numericTimeSignature
\time 4/4
%{1%} s2. r4 \bar ".|:"
%{2%} a4-5 \sustainOn <g' c>4 e8 <g c>4 <g c>8 \sustainOff
%{3%} b,8 \sustainOn <a' d>4 8 e4 <gis d'>4 \sustainOff
%{4%} a,4 \sustainOn <g'? c>4 e8 <g c>4 <g c>8 \sustainOff
%{5%} b,8 \sustainOn <gis' d'>4 <gis d'>8 e4 <gis d'>4 \sustainOff
%{6%} a,4-5 <g'? c>4 e8 <g c>4 <g c>8
%{7%} << d1 {r8 <f c'>4 q8 g,4 <f' b>4} >> % ma solution à 2 balles!
% passage à deux voix
<<
{\voiceOne r8 <f c'>4 8 g,4 <f' b> }
\new Voice {\voiceTwo d1_3 }
>>
% retour à une voix
\oneVoice
c4 d e2
}
\score{
{
\new Staff = "lower" \lower
} \layout{}
\midi{}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
Sent from: http://lilypond-french-users.1298960.n2.nabble.com/
_______________________________________________
liste de diffusion lilypond-user-fr
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user-fr
[Prev in Thread] | Current Thread | [Next in Thread] |