]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/galuppi.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / tutorial / galuppi.ly
1 \version "1.5.68"
2
3
4 soprano = \notes \relative c''  {
5         fis8 g  g8.-\trill fis32 g a8 d, r a
6         b4 ~ \times 2/3 { [b16 cis d] } \times 2/3 { [e fis g] }
7         a,4 ~ \times 2/3 { [a16 b cis] } \times 2/3 { [d e fis] }
8         a8 g16. fis32 g8.-\trill fis16 fis4
9 }
10
11 bass = \notes \relative c {
12         \stemDown\slurDown\tieDown
13         d4 e fis r8 fis | g4. g8 fis4. fis8 e8 e a a d,4
14 }
15
16 tenor = \notes \relative c' {
17         \stemUp\slurUp\tieUp
18         r8
19         d4 cis8 r d16. cis32 d4 | r8 e16. dis32 e4 ~ e8 d16. cis32 d4 ~ |
20         [d8 d8] [cis cis] d4
21 }
22
23
24 \score {
25         \context PianoStaff \notes <
26                 \context Staff = top { \key d \major \time 4/4
27                         \soprano
28                 }
29                 \context Staff = bottom < \key d \major \time 4/4 \clef bass
30                         \context Voice = up  { \tenor } 
31                         \context Voice = down  { \bass }
32                 >
33                 
34         >
35         \midi{}
36         \paper {}
37 }
38
39         
40