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

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

Re: Grouper les portées dans un conducteur d'orc hestre


From: Luc De Rossi
Subject: Re: Grouper les portées dans un conducteur d'orc hestre
Date: Thu, 21 Jan 2010 15:52:47 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Bonjour,

Ce qui regroupe les portées sont les crochets << et >>
\new StaffGroup \ new StaffChoir permettent d'obtenir des accolades différentes.

Donc pour votre partition, ceci devrait faire l'affaire :

\score { <<

        \new StaffGroup
        <<
                \oboeIPart
                \oboeIIPart
        >>

        \new StaffGroup
        <<
                \clarinetIPart
                \clarinetIIPart
        >>
        \new StaffGroup
        <<
                \hornFIPart
                \hornFIIPart
        >>

        \new StaffGroup
        <<
                \bassoonIPart
                \bassoonIIPart
        >>
\contraBassoonPart


 \layout { }
}

Cordialement,
Luc De Rossi
bameylan a écrit :
Bonjour à tous,

malgré pas mal d'essais, je n'arrive pas à grouper les familles
d'instruments entre eux; j'ai un ensemble d'instruments par 2 (2 hautbois, 2
clarinettes etc.) et j'aimerais les grouper par 2 justement. Mon code
comporte les en-tête, les notes, et la suite que je vous livre ici:

oboeIPart = \new Staff \with {
  instrumentName = "Hautbois I"
} \oboeI

oboeIIPart = \new Staff \with {
  instrumentName = "Hautbois II"
} \oboeII

clarinetIPart = \new Staff \with {
  instrumentName = "Clarinette I"
} \clarinetI

clarinetIIPart = \new Staff \with {
  instrumentName = "Clarinette II"
} \clarinetII

hornFIPart = \new Staff \with {
  instrumentName = "Cor en sol I"
} \hornFI

hornFIIPart = \new Staff \with {
  instrumentName = "Cor en sol II"
} \hornFII

bassoonIPart = \new Staff \with {
  instrumentName = "Basson I"
} { \clef bass \bassoonI }

bassoonIIPart = \new Staff \with {
  instrumentName = "Basson II"
} { \clef bass \bassoonII }

contraBassoonPart = \new Staff \with {
  instrumentName = "Contrebasson"
} { \clef bass \contraBassoon }

\score { \new StaffGroup
  <<
    \oboeIPart
    \oboeIIPart
    \clarinetIPart
    \clarinetIIPart
    \hornFIPart
    \hornFIIPart
    \bassoonIPart
    \bassoonIIPart
    \contraBassoonPart
\layout { }
}

J'ai essayé de jouer sur la dernière partie, avec les "new StaffGroup" en
groupant les instruments avec les "<<" et ">>, mais à chaque fois je me
retrouve avec un ou plusieurs messages d'erreurs.

Une idée?

Bernard
------------------------------------------------------------------------

_______________________________________________
liste de diffusion lilypond-user-fr
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user-fr

--
Luc De Rossi
Lilypond 2.11.34
Ubuntu Hardy Heron





reply via email to

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