]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/minuet.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / tutorial / minuet.ly
1 \version "1.5.68"
2
3 % lines preceded by a percent sign are comments.
4 \include "paper16.ly"
5 \score {
6     \notes
7     \relative c''
8         \sequential {
9             \key g \major
10             \time 3/4    
11
12         \repeat "volta" 2 \sequential {
13             d4 g,8 a b c d4 g, g |
14             e'4 c8 d e fis g4 g, g |
15             c4 d8( )c b a( )b4 c8 b a g |
16             a4 [b8 a] [g fis] g2.  |
17         }
18
19         b'4 g8 a b g
20         a4 d,8 e fis d |
21         g4 e8 fis g d cis4 b8 cis a4 |
22         a8-. b-. cis-. d-. e-. fis-.
23         g4 fis e |
24         fis a,  r8 cis8
25         d2.-\fermata
26         \bar "|."
27     }
28     \paper {
29        linewidth = 10.0 \cm % standard settings are too wide for a book
30    }
31 }