Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / example-3.ly
blobe76f5b4db79ce9bd08ba2916cb5966f8dafdc294
1 %%% A full example with two staves
3 \header {
4 title = "And now, example 3"
5 copyright = "public domain"
8 one = \relative {
9 c' d e f
12 two = \relative {
13 \clef "bass"
14 c2 g2
18 \new Staff \one
19 \new Staff \two
23 Type
25 lilypond example-3
26 xpdf example-3 # or your PDF viewer here
28 For learning LilyPond, please read the tutorial
30 http://lilypond.org/tutorial
32 also included in the user-manual.
35 %% Optional version number
36 \version "2.11.38"