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 lilypond )


From: Martial
Subject: Re: Créer un choral (débutant avec lilypond )
Date: Thu, 07 May 2009 23:36:10 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

ha oui parfait pour un debut  !
J'ai hésité d'envoyer 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 }
  >>

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


--
Martial







reply via email to

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