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: Sun, 10 May 2009 16:40:55 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

Bonjour

J'ajouterai juste de quoi faire une sortie son (midi),
histoire d'entendre la composition.

\score  {
  ...............
  \layout { }
  \midi { }
}

%####################
\version "2.12.2"
soprano =
\relative c'' {
  c1
  }

alto =
\relative c'' {
  g1
  }

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

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


\score  {
\new ChoirStaff <<
  \new Staff { \soprano }
  \new Staff { \alto }
  \new Staff { \tenor }
  \new Staff { \basse }
  >>
  \layout { }
  \midi { }
}
%####################
--
Martial







reply via email to

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