[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: acciacatura suivie d'un accord
From: |
Eluze |
Subject: |
Re: acciacatura suivie d'un accord |
Date: |
Mon, 7 Dec 2009 00:20:59 -0800 (PST) |
Seventies wrote:
>
>
> La partition est écrite en mode accordique et non polyphonique.
> Pour arriver au résultat voulu, il reste donc l'écriture en mode
> polyphonique, mais compliquée, car il faut stipuler la direction de chaque
> hampe pour retrouver l'aspcet accordique.
>
en général on peut choisir la directions des hampes (et autres) par
\voiceOne, \voiceTwo etc.
voici un petit exemple qui pourrait servir de base pour cette pièce:
\context Staff {
\mergeDifferentlyHeadedOn
\mergeDifferentlyDottedOn
\override Staff.NoteColumn #'ignore-collision = ##t
<<
\context Voice = "0" {
\clef "G_8"
\grace s 8
}
\context Voice = "1" {
\acciaccatura e 8
d 4-.
}
\context Voice = "2" {
\grace s 8
g, 4
}
\context Voice = "1" { \voiceOne }
\context Voice = "2" { \voiceOne }
>>
}
[a noter que les \grace s 8 dans les voix 0 et 2 sont obligatoire à cause
d'un petit bug qui persiste dans lilypond!]
--
View this message in context:
http://n2.nabble.com/acciacatura-suivie-d-un-accord-tp4123578p4124841.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.