]> git.donarmstrong.com Git - lilypond.git/blob - input/twinkle-pop.ly
release: 0.1.61
[lilypond.git] / input / twinkle-pop.ly
1 \header{
2 filename =       "twinkle.ly";
3 title =  "Ah, vous dirais-je, maman ";
4 description =    "twinkle twinkle in pop-song-settings";
5 composer =       "traditional";
6
7 enteredby =      "HWN, chords by Johan Vromans";
8 copyright =      "public domain";
9 }
10
11 %{
12 Tested Features         lyrics and chords
13 %}
14
15 \version "0.1.10";
16
17 melodie = \melodic {
18         \clef"violin";
19         \meter 2/4 ;
20         \octave  c';
21
22         c4^"C" c |      g     g |       a^"F"  a |      g2^"C"   |
23         f4^"F" f |      e^"C" e |       d^"G7" d |      c2^"C"   |
24         g4^"G" g |      f^"F" f |       e^"C"  e |      d^"G7" d |
25         g^"G"  g |      f^"F" f |       e^"C"  e |      d^"G7" d |
26         c4^"C" c |      g     g |       a^"F"  a |      g2^"C"   |
27         f4^"F" f |      e^"C" e |       d^"G7" d |      c2^"C"   |
28 }
29
30 text = \lyric{ 
31         \textstyle "italic";
32         Ah!4 vous dir- ai_- je ma man2
33         Ce4 qui cau- se mon tour- ment2
34         Pa-4 pa veut que je rai- so- nne
35         Comme4 un- e grand- e per- so- nne
36         Moi4 je dis que les bon- bons2
37         Val-4 ent mieux que la rai- son2
38         
39 }
40
41 \score {
42         <  \melodic \type Staff \melodie
43            \lyric   \type Lyrics \text
44         >
45         \paper {  }
46 }