summaryrefslogtreecommitdiff
path: root/info/latex4musicians/Figures/sample-lilypond.ly
blob: 82ee67907f0f0c96c361eba475736d74ae1719f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% music sample in LilyPond notation

\version "2.18.2"

\header {
  title = "Music sample in LilyPond" 
  tagline = "" % no footer
}

\paper { left-margin = 0\cm }

\relative c' {
  \time 4/4
  \clef treble
  c4 d8 e f8 g a b | c4 b8 a g8 f e d |
  c8 g' e g c,8 g' e g | c,4 e c r \bar "|."
}