]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/twinkle-pop.ly
release: 0.1.44
[lilypond.git] / input / twinkle-pop.ly
index 41561e6a449514d17d785306f433f18e10fb5579..0984052f5308ac5b654a00ee4df41827cd3fded1 100644 (file)
@@ -1,18 +1,18 @@
-%{MudelaHeader
-
- filename: twinkle.ly
- title: Ah, vous dirais-je, maman 
- description: twinkle twinkle in pop-song-settings
- composers: traditional
-
- entered-by: HWN, chords by Johan Vromans
- copyright: public domain
+\header{
+filename =      "twinkle.ly";
+title =         "Ah, vous dirais-je, maman ";
+description =   "twinkle twinkle in pop-song-settings";
+composer =      "traditional";
+
+enteredby =     "HWN, chords by Johan Vromans";
+copyright =     "public domain";
+}
 
- Tested Features: lyrics and chords
-EndMudelaHeader
+%{
+Tested Features                lyrics and chords
 %}
 
-\version "0.1.1";
+\version "0.1.9";
 
 melodie = \melodic {
         \clef"violin";
@@ -27,8 +27,7 @@ melodie = \melodic {
         f4^"F" f |      e^"C" e |       d^"G7" d |      c2^"C"   |
 }
 
-texte = \lyric{ 
-         
+text = \lyric{ 
         \textstyle "italic";
         Ah!4 vous dir- ai_- je ma man2
         Ce4 qui cau- se mon tour- ment2
@@ -40,8 +39,8 @@ texte = \lyric{
 }
 
 \score {
-        <  \melodic <  \id "Piano" "";  \melodie >
-           \lyric   < \id "Lyric" "";  \texte >
+        <  \melodic \type Staff \melodie
+           \lyric   \type Lyrics \text
         >
-        \paper { unitspace= 2.5\cm; }
+        \paper {  }
 }