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

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

Re: Gérer les silences d'église


From: Eluze
Subject: Re: Gérer les silences d'église
Date: Fri, 9 Mar 2012 12:57:48 -0800 (PST)

legoss wrote
> 
> 
> @Eluze: est-ce que tu pourrais me montrer un exemple? c'est un domaine
> dans lequel j'ai du mal...
> 
> 
voici:

\version "2.14.2"
global = {
  \compressFullBarRests
  \override MultiMeasureRest #'expand-limit = #1
}
voixI = \relative c' { g'1 a g }
voixII = \relative c' { e1 f e }
paroles = \lyricmode { a b c d }
<<
  \new Staff <<
    \new Voice = one {
      \global
      \oneVoice % facultatif
      R1*4
      \voixI
      \oneVoice R1*4
      \voiceOne
      \voixI
    }
    \new Voice = two {
      \global
      % \oneVoice % facultatif
      R1*4
      \voiceTwo
      \voixII
      \oneVoice R1*4
      \voiceTwo
      \voixII
    }
  >>
  \new Lyrics \lyricsto "one" { \paroles }
>>

bien sûr on peut directement mettre les silences dans la définition des
voix!

Eluze

--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Gerer-les-silences-d-eglise-tp7358584p7359581.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]