]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/sammartini.ly
release: 1.1.69
[lilypond.git] / input / tutorial / sammartini.ly
1 \include "paper16.ly";
2
3 viola = \notes \relative c' \context Voice = viola {
4         <c4-\f g' c>
5         \property Voice.verticalDirection = \down g'8. b,16
6         s1 s2. r4
7         g
8 }
9
10 oboes = \notes \relative c'' \context Voice = oboe {
11         \stemup s4  g8. b,16 c8 r <e'8.-\p g> <f16 a>
12         \grace <e8( g> <d4 f> <c2 e> \times 2/3 { <d8 \< f> <e g> <f a> }
13         <
14           { \times 2/3 { a8 g c } \! c2 }
15           \context Voice = oboeTwo {
16                 \stemdown
17                 \grace {
18                   \property Grace.verticalDirection = \down
19                   [f,16 g] }
20                 f8 e e2
21         } >
22         \stemboth
23         \grace <c,8( e> <)b8. d8.-\trill> <c16 e> | 
24         [<d ( f> < )f8. a>] <)b,8 d> r [<d16( f> <f8. )a>] <b,8 d> r  |
25         [<c16( e>  < )e8. g>] <c8 e,>
26 }
27
28 hoomPah  = \notes \transpose c' {
29     c8 \translator Staff = top \stemdown 
30     c'8 \translator Staff = bottom \stemup }
31
32 hoomPahHoomPah = { [\hoomPah \hoomPah] }
33
34 bassvoices = \notes \relative c' {
35         c4 g8. b,16
36         \hoomPahHoomPah \hoomPahHoomPah \hoomPahHoomPah \hoomPahHoomPah
37         \stemdown [c8 c'8] r4
38         <g d'> r4
39         < {\stemup r2 <e4 c'> <c8 g'> }
40           \context Voice = reallyLow  {\stemdown g2 ~ | g4 c8 } >
41 }
42
43 \score {
44         \context PianoStaff \notes <
45                 \context Staff = top < \time 2/2;
46                         \context Voice = viola \viola
47                         \oboes
48                 >
49                 \context Staff = bottom < \time 2/2; \clef bass;
50                         \bassvoices
51                 >
52         >
53         \midi { }
54         \paper {
55           indent = 0.0;
56           linewidth = 14.5 \cm; }
57 }
58
59         
60