]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/twinkle.ly
release: 0.0.65
[lilypond.git] / input / twinkle.ly
index 8bcad352ec99e4cd9cee5563e55c2de1fe2ea84b..df4cf9a0cd4201564be1b26fdeb7a2e3f2f1306f 100644 (file)
@@ -1,11 +1,24 @@
-%  "Ah, vous dirais-je, maman" 
-%  "Altijd is Kortjakje ziek"
-%  "Twinkle twinkle little star"
-% 
-% Copyright: none
+%{MudelaHeader
+
+ filename: twinkle.ly
+ title: twinkle twinkle little star
+ description: 
+  "Ah, vous dirais-je, maman" 
+  "Altijd is Kortjakje ziek"
+  "Twinkle twinkle little star"
+
+ composers: ?
+ entered-by: HWN & JCN
+ copyright: public domain
+
+ Tested Features: lyrics
+EndMudelaHeader
+%}
+\version "0.0.57";
 
 melody = \melodic{
-       \clef\violin
+       \clef\violin;
+       \octave c';
        c4 c | g g | a a | g g |
        f f | e e | d d8.( e16 | )c2 | % :|
 
@@ -14,13 +27,14 @@ melody = \melodic{
 
        c c | g g | a a | g g |
        f f | e e | d d8.( e16 | )c2 % :|
-       \bar ":|"
+       \bar ":|";
 }
 
-accompany = \melodic{
-       \clef \bass
-       \octave{'c}
-       c c' | e' c' | f' c' | e' c' | 
+accompany = \melodic {
+       \clef \bass;
+       \octave'c;
+       \duration 4;
+       c4 c' | e' c' | f' c' | e' c' | 
        d' b | c' a | f g | c2 | 
 
        e' g | d g | c' g | b g | 
@@ -28,13 +42,13 @@ accompany = \melodic{
 
        c c' | e' c' | f' c' | e' c' | 
        d' b | c' a | f g | c2 
-       \bar ":|"
+       \bar ":|";
 }
 
-global = \melodic{
-               \meter {2 / 4}
-               \skip {24*2}
-%              \bar "||"
+global = \melodic {
+               \meter 2 / 4;
+               \skip 2*24;
+%              \bar "|.";
        }
 
 tekst = \lyric{ 
@@ -57,7 +71,7 @@ hegedraagjetekst = \lyric{
 
 texte = \lyric{ 
         
-       \textstyle "italic" 
+       \textstyle "italic" ;
        Ah! vous dir- ai_- je ma man2
        Ce qui cau- se mon tour- ment2
        Pa- pa veut que je rai- sonne2
@@ -69,7 +83,7 @@ texte = \lyric{
 
 texti = \lyric{
        
-       \textstyle "roman"
+       \textstyle "roman";
        Twin- kle, twin- kle, lit- tle star,2
        How I won- der what you are.2
        Up a- bove the world so high,2
@@ -79,7 +93,6 @@ texti = \lyric{
 }
 
 textii = \lyric{
-       \textstyle "roman"
        When the bla- zing sun is gone,2
        When he no- thing shines up- on,2
        Then you show your lit- tle light,2
@@ -91,7 +104,6 @@ textii = \lyric{
 
 textiii = \lyric{
        
-       \textstyle "roman"
        Then the tra- veler in the dark2
        Thanks you for your ti- ny spark;2
        He_could not see which way to go,2
@@ -102,11 +114,11 @@ textiii = \lyric{
 }
 
 \score{
-       \staff{ global melody }
-       \staff{ global tekst hegedraagjetekst }
-       \staff{ global texte }
-       \staff{ global texti textii textiii }
-       \staff{ accompany }
+       \staff{ melodicregs global melody }
+       \staff{ lyricregs global tekst hegedraagjetekst }
+       \staff{ lyricregs global texte }
+       \staff{ lyricregs global texti textii textiii }
+       \staff{ melodicregs global accompany }
        \paper{
                \unitspace 2.5\cm
        }