Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / twinkle-pop.ly
blob2fde83912ef1f1464762f41106114acb239529c8
1 \version "2.10.0"
2 \header{
3 filename = "twinkle-pop.ly"
4 composer = "traditional"
5 enteredby = "HWN, chords by Johan Vromans"
6 copyright = "public domain"
10 melodie = \relative c'' {
11 \clef "violin"
12 \time 2/4
14 | c4 c | g' g | a a | g2
15 | f4 f | e e | d d | c2
16 | g'4 g | f f | e e | d d
17 | g g | f f | e e | d d
18 %% copy 1-8
19 | c4 c | g' g | a a | g2
20 | f4 f | e e | d d | c2 \bar "|."
23 acc = \chords {
24 c2 c f c
25 f c g:7 c
26 g f c g:7
27 g f c g:7
28 %% copy 1-8
29 c2 c f c
30 f c g:7 c
33 text = \lyrics {
34 \override LyricText #'font-shape = #'italic
36 Ah!4 vous dir -- ai -- je ma man2
37 Ce4 qui cau -- se mon tour -- ment2
38 Pa4 -- pa veut que je rai -- so -- nne
39 Comme4 un -- e grand -- e per -- so -- nne
40 Moi4 je dis que les bon -- bons2
41 Val4 -- ent mieux que la rai -- son2
45 \score {
46 <<
47 \acc
48 \new Staff = "melody" \melodie
49 \text
51 \header{
52 title = "Ah, vous dirais-je, maman "
54 \layout { }
57 \score {
58 <<
59 \context ChordNames \transpose c d\acc
60 \context Staff = "melody" \transpose c d\melodie
61 \context Lyrics \text
63 \header{
64 piece = \markup { "clarinet in B" \flat }
66 \layout { }