]> git.donarmstrong.com Git - lilypond.git/blob - input/twinkle-pop.ly
patch::: 0.1.12.jcn2: kliener pats
[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 composers               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.2";
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 texte = \lyric{ 
31          
32         \textstyle "italic";
33         Ah!4 vous dir- ai_- je ma man2
34         Ce4 qui cau- se mon tour- ment2
35         Pa-4 pa veut que je rai- so- nne
36         Comme4 un- e grand- e per- so- nne
37         Moi4 je dis que les bon- bons2
38         Val-4 ent mieux que la rai- son2
39         
40 }
41
42 \score {
43         <  \melodic <  \id "Piano" "";  \melodie >
44            \lyric   < \id "Lyric" "";  \texte >
45         >
46         \paper {  }
47 }