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

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

\partcombine


From: bameylan
Subject: \partcombine
Date: Fri, 20 Aug 2010 05:25:00 -0700 (PDT)

Bonjour à tous,

je fais appel à votre sagacité pour inclure un \partcombine dans le fichier
ci-dessous: ensemble de 7 instruments dont j'aimerais pouvoir écrire les
cors sur une seule portée tout en gardant intacte la possibilité de faire
des parties séparées par la suite. J'ai tenté d'inclure le \partcombine à
divers endroits, mais visiblement pas les bons puisqu'à chaque fois j'avais
en retour un message d'erreur.

Voici le fichier:

\version "2.13.27"

\header {
  title = "Divertimento in D"
  subtitle = "pour 2 violons, alto, basse, hautbois & 2 cors"
  subsubtitle = "KV 251"
  composer = \markup \bold \italic "Wolfgang Amadeus Mozart"
  % Enlever le pied de page par défaut
  tagline = ##f
}

\paper {
  line-width = 18.0 \cm
  % between-system-space = 1.5\cm
  %between-system-padding = #1
  indent = 3\cm
  top-margin = 1.5\cm
  bottom-margin = 1.5\cm
  after-title-spacing = #'((padding . 5)) 
}

pi = _\markup{ \bold \large "p" }
fo = _\markup{ \bold \large "f" }
global = {
  \key d \major
  \time 4/4
  \partial 8
  \once \override Score.RehearsalMark #'self-alignment-X = #LEFT
  \once \override Score.RehearsalMark #'break-align-symbols =
#'(time-signature key-signature)
  \once \override Staff.TimeSignature #'break-align-anchor-alignment = #LEFT
  \mark \markup \bold  {"Molto allegro"}
}

oboe = \relative c'' {
  \global
  a8-|\f d-| fis-| e-| g-| fis8.\trill e16 d8-| a-| d-| e-| fis-| g-| a4 r8
a,-| d-| fis-| e-| g-| fis8.\trill e16 d8-| fis-| b,-| e-| \appoggiatura d16
cis8 b16 cis d4 r 
  %5
  R1 r2 r4 a'8(\pi fis) b8-| r g( e) a-| r fis( d) g( fis g e) d4-| fis8( d)
g( fis g e) d( fis g e) 
  %10
  d4 r r2 r4 fis2\fo d4~d b'2 gis4~gis e2 cis4~cis
  
}

hornD = 
\relative c'' {
  \transpose  d c 
  \global
  g8\f^\markup \italic "a 2" c e d f e8.\trill d16 c8 g c d e f g4 r8 g, c e
d f e8. d16 c4 r2 

}


violinI = \relative c' {
  \global
  a8-|\f d-| fis-| e-| g-| fis8.\trill e16 d8-| a-| d-| e-| fis-| g-| a4 r8
a,-| d-| fis-| e-| g-| fis8.\trill e16 d8-| fis-| b,-| e-| \appoggiatura d16
cis8\trill b16 cis d4 a''8(\pi fis\) 
  %5
  b8-| r g( e) a-| r fis( d) g-| g-| e( cis) d-| r a8( fis) b8-| r g( e) a-|
r fis( d) g( fis g e) d4-| fis8( d) g( fis g e) d( fis g e) 
  %10
  d8-| r d-| r d-| r r4
  
}

violinII = \relative c' {
  \global
  a8-|\f d-| fis-| e-| g-| fis8.\trill e16 d8-| a-| d-| e-| fis-| g-| a4 r8
a,-| d-| fis-| e-| g-| fis8.\trill e16 d8-| fis-| b,-| e-| \appoggiatura d16
cis8\trill b16 cis d4 fis'8(\pi d) 
  %5
  g-| r e( cis) fis-| r a,( fis) b-| b-| g( e) fis r fis( d) g-| r e( cis)
fis-| r a,4-| b8( a b cis) d4( a) b8( a b cis) d( a b cis) 
  %10
  d-| r a-| r a-| r r a''\fo fis fis16 gis a8 fis d d16 e fis8 d d,4 r r r8
b' e e16 fis gis8 e cis cis16 d e8 cis
  
}

viola = \relative c' {
  \global
  a8-|\f d-| fis-| e-| g-| fis8.\trill e16 d8-| a-| d-| e-| fis-| g-| a4 r8
a,-| d-| fis-| e-| g-| fis8.\trill e16 d8-| fis-| b,-| e-| \appoggiatura d16
cis8\trill b16 cis d\pi d' d, d' d, d' d, d' 
  %5
  \repeat unfold 5 {d, d' d, d' d, d' d, d' d, d' d, d' d, d' d, d'} 
  %10
  d,8-| r fis,-| r fis-| r r4     
  
}

cello = \relative c {
  \global
  a8-|\f d-| fis-| e-| g-| fis8.\trill e16 d8-| a-| d-| e-| fis-| g-| a4 r8
a,-| d-| fis-| e-| g-| fis8.\trill e16 d8-| fis-| b,-| e-| \appoggiatura d16
cis8\trill b16 cis d4 r
  %5
  R1 r2 d\pi~d1~d~d~
  %10
  d8 r d-| r d-| r r4
  
}

oboePart = \new Staff \with {
  instrumentName = \markup \italic "Oboe"
} \oboe

hornDPart = \new Staff \with {
  instrumentName = \markup \italic "Corno I, II in Re/D"
} \hornD

violinIPart = \new Staff \with {
  instrumentName = \markup \italic "Violino I"
} \violinI

violinIIPart = \new Staff \with {
  instrumentName = \markup \italic "Violino II"
} \violinII

violaPart = \new Staff \with {
  instrumentName = \markup \italic "Viola"
} { \clef alto \viola }

celloPart = \new Staff \with {
  instrumentName = \markup \italic "Basso"
} { \clef bass \cello }

\score {
  \new StaffGroup  \with {\override StaffSymbol #'thickness = #1.5 }
  <<
    \oboePart
    \hornDPart 
    \violinIPart
    \violinIIPart
    \violaPart
    \celloPart
>>}
  \layout {
  }

Merci d'avance pour vos réponses.

Bernard

-- 
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/partcombine-tp5444288p5444288.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]