]> git.donarmstrong.com Git - lilypond.git/blob - input/example-3.ly
* lily/cluster-engraver.cc (try_music): react to busy-playing-event
[lilypond.git] / input / example-3.ly
1 \version "2.4.0"
2
3 one = \relative {
4         c' d e f
5 }
6
7 two = \relative {
8         \clef "bass"
9         c2 g2
10 }
11
12 <<
13   \new Staff \one
14   \new Staff \two
15 >>
16
17
18 % A full example with two staves
19 %
20 % Type:
21 %
22 %     lilypond example-3
23 %     xpdf example-3     # or your PDF viewer here
24
25 %%
26 %% For learning LilyPond, please read the tutorial, included in the
27 %% user-manual.
28 %%