(process_acknowledged_grobs):
[lilypond.git] / input / example-3.ly
blob73fa8071c15e66a29e6e9501787ce0e270894a76
1 #(ly:set-option 'old-relative)
2 \version "1.9.8"
4 one = \notes\relative c{
5 c'' d e f
8 two = \notes\relative c{
9 \clef "bass"
10 c'2 g2
13 \score{
15 \one
16 \two
18 \paper{}
19 \midi{}
22 % A full example with two staves
24 % Type:
26 % ly2dvi example-3
27 % xdvi example-3 # or your dvi viewer here
30 %% For learning LilyPond, please read the tutorial, included in the
31 %% user-manual.
32 %%