Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / input / example-3.ly
blob34291864c993aae00b8e6a8428184a437370373c
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.12.0"