arpeggioBracket au milieu d'un accord

Bonjour

Je cherche à mettre un crochet sur seulement 2 notes d'un accord voix UNE
avec les hampes vers le haut. Voix 2 hampe vers le bas.
Comme sur l'image jointe.
<http://lilypond-french-users.1298960.n2.nabble.com/file/t300440/Capture_d’écran_du_2021-04-28_08-40-24.png&gt;

je m'en sors comme ceci mais ce n'est pas très propre.

%-------
\version "2.23.1"
\relative c'' {
  << { \arpeggioBracket <c e>2\arpeggio \arpeggioNormal }
     \\
     { a4 }
     \\
     { \once \override NoteColumn.force-hshift = #-0.01 c'2 } >>
}
%---------
http://lilybin.com/oh4dcl/1

Cordialement

···

-----
♫artial♪
--
Sent from: http://lilypond-french-users.1298960.n2.nabble.com/

Bonjour Martial,
Une solution alternative :

\version "2.23.1"
\relative c'' {
<<
{
\once \override Arpeggio.positions = #'(.5 . 1.5)
\arpeggioBracket <c e c'>2\arpeggio \arpeggioNormal }
\
{ a4 }
%\ { \once \override NoteColumn.force-hshift = #-0.01 c'2 }

}

Cordialement,
Pierre

···

Le mer. 28 avr. 2021 à 09:15, martial <****@****> a écrit :

Bonjour

Je cherche à mettre un crochet sur seulement 2 notes d'un accord voix UNE
avec les hampes vers le haut. Voix 2 hampe vers le bas.
Comme sur l'image jointe.
<http://lilypond-french-users.1298960.n2.nabble.com/file/t300440/Capture_d%E2%80%99%C3%A9cran_du_2021-04-28_08-40-24.png>

je m'en sors comme ceci mais ce n'est pas très propre.

%-------
\version "2.23.1"
\relative c'' {
<< { \arpeggioBracket 2\arpeggio \arpeggioNormal }
\
{ a4 }
\
{ \once \override NoteColumn.force-hshift = #-0.01 c'2 } >>
}
%---------
http://lilybin.com/oh4dcl/1

Cordialement


♫artial♪

Sent from: http://lilypond-french-users.1298960.n2.nabble.com/

Parfait (simple et propre)
Merci Beaucoup, si si !

···

-----
♫artial♪
--
Sent from: http://lilypond-french-users.1298960.n2.nabble.com/