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

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

Re: Créer un choral (débutant avec lilyp ond)


From: François Martin
Subject: Re: Créer un choral (débutant avec lilyp ond)
Date: Thu, 7 May 2009 23:24:00 +0200

Par exemple, en 4/4, do majeur, écrire l'accord (en rondes) Do mi sol do.

Bonjour,
je suppose qu'il existe autant de solutions que de lilypondeurs ; voici la mienne :

%####################

soprano =
\relative c'' {
  c1
  }

alto =
\relative c'' {
  g1
  }

tenor =
\relative c' {
  \clef "G_8"
  e1
  }

basse =
\relative c {
  \clef "F"
  c1
  }



\new ChoirStaff <<
  \new Staff { \soprano }
  \new Staff { \alto }
  \new Staff { \tenor }
  \new Staff { \basse }
  >>

%####################

François

reply via email to

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