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

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

Re: Pachebel : trop de notes superposées . ...


From: Eluze
Subject: Re: Pachebel : trop de notes superposées . ...
Date: Fri, 11 Feb 2011 05:35:10 -0800 (PST)


Bertrand Bordage wrote:
> 
> Bon, allez, pour être gentil j'ai fait un petit bout :
> 
> \new Staff \relative c''' <<
>   \new Voice { \voiceOne r16 g8. r16 f8 g16 }
>   \new Voice { \voiceTwo e8. e16 d4 }
>   \new Voice { \voiceThree b,8\rest c' b,8\rest \stemDown b'! \stemNeutral
> }
>>>
> 
d'où vient-elle, cette manie de n'écrire le \relative qu'une fois pour
plusieurs voix?
si la première voix change, il faut adapter les voix qui suivent!

une autre manière de positionner les pauses (et qui évite de devoir changer
l'octave de la note suivante):

\override Rest #' staff-position = #9

voilà comment je aurais mis le code (juste une partie):

\new Staff <<
  \new Voice \relative c''' { 
    \voiceOne
    \override Rest #' staff-position = #9
    r16 g8. r16 f8 g16 \override Rest #' staff-position = #7 r e8 e16
\override Rest #' staff-position = #4 r e d8 %1
    \override Rest #' staff-position = #2 r16 g,16 c8 r16 d b8 r16 g c8~ c4
| %2
  }
  \new Voice \relative c''  { 
    \voiceTwo 
    e8. e16 d4  \once \override Stem #'length-fraction = #.79 c s  | %1
  }
  \new Voice \relative c''   { 
    \voiceThree 
    \override Rest #' staff-position = #-7
    r8 c r \stemDown b!  r g f8. g16 | %1
  }
>>


-- 
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Pachebel-trop-de-notes-superposees-tp6015228p6015720.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]