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

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

Accolades


From: xtof pno
Subject: Accolades
Date: Thu, 20 Jan 2022 16:34:20 +0000 (UTC)

Bonjour,
Je voudrais placer une accolade devant chaque système d'un trio (à vent).
La documentation parle de :
\new GrandStaff <<
  \new Staff { c1 c }
  \new Staff { c1 c }
>>
Mais je ne suis pas à l'aise pour organiser les instruments là-dedans.
Voici ce que j'ai :
\new GrandStaff <<
 
oboePart = \new Staff \with {
 % instrumentName = "Hautbois"
  midiInstrument = "oboe"
} \oboe

englishHornPart = \new Staff \with {
 % instrumentName = "Cor Anglais"
  midiInstrument = "english horn"
} \englishHorn

bassoonPart = \new Staff \with {
 % instrumentName = "Basson"
  midiInstrument = "bassoon"
} { \clef bass \bassoon }
>>

\score {
  <<
    \oboePart
    \englishHornPart
    \bassoonPart
  >>
  \layout { }
  \midi {
    \tempo 4=60  }
}

Pourriez-vous m'indiquer les bouts de code qu'il me manque pour réussir à placer cette accolade ?
Merci beaucoup pour vos éclairages.
Christophe J

reply via email to

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