[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: séparation de voix
From: |
Philhar |
Subject: |
Re: séparation de voix |
Date: |
Sun, 19 Mar 2017 00:09:49 -0700 (MST) |
Bonjour Jean-Jacques,
Pour des parties d'orchestre où les instruments sont parfois divisés sur 2
portées, j'ai utilisé le code suivant:
partieUn = \relative c'' {
\repeat unfold 10 c1 \break
\repeat unfold 12 a4 \break
\repeat unfold 10 c1
}
partieDeux = \relative c' {
\repeat unfold 10 s1
\repeat unfold 24 f8
\repeat unfold 10 s1
}
\new PianoStaff
<<
\new Staff \partieUn
\new Staff \partieDeux
>>
\layout {
\context { \Staff \RemoveEmptyStaves
\override VerticalAxisGroup #'remove-first = ##t }
\context { \PianoStaff
\remove "Keep_alive_together_engraver" }
}
Bonne journée,
Michel
--
View this message in context:
http://lilypond-french-users.1298960.n2.nabble.com/separation-de-voix-tp7584725p7584728.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.