Difference between revisions of "LilyPond"

From Wicri Music
imported>Jacques Ducloy
(Created page with "LilyPond is a computer program and file format for music engraving. fr:LilyPond")
 
imported>Jacques Ducloy
Line 1: Line 1:
 
LilyPond is a computer program and file format for music engraving.
 
LilyPond is a computer program and file format for music engraving.
 +
<score>
 +
 +
\relative c'' {
 +
  \key c \major
 +
  \time 2/2
 +
  c4 c4 c4 d4 e2 d2 c4 e4 d4 d4 c1 \break
 +
  c4 c c d e2 d c4 e d d c1 \break
 +
  d4 d d d a2 a d4 c b a g1 \break
 +
  c4 c c d e2 d c4 e d d c1 \break
 +
\bar "|."
 +
}
 +
 +
</score>
 
[[fr:LilyPond]]
 
[[fr:LilyPond]]

Revision as of 10:29, 1 August 2017

LilyPond is a computer program and file format for music engraving.



\relative c'' {
  \key c \major
  \time 2/2
  c4 c4 c4 d4 e2 d2 c4 e4 d4 d4 c1 \break
  c4 c c d e2 d c4 e d d c1 \break
  d4 d d d a2 a d4 c b a g1 \break
  c4 c c d e2 d c4 e d d c1 \break
\bar "|."
}