]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/twinkle-pop.ly
release: 1.0.6
[lilypond.git] / input / twinkle-pop.ly
index 41561e6a449514d17d785306f433f18e10fb5579..da173b7487dd0750ae4c1190b2b0c95ce518d9ae 100644 (file)
@@ -1,35 +1,34 @@
-%{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 "1.0.1";
 
-melodie = \melodic {
+melodie = \melodic\relative c {
         \clef"violin";
-        \meter 2/4 ;
-        \octave  c';
+        \time 2/4 ;
 
-        c4^"C" c |      g     g |       a^"F"  a |      g2^"C"   |
+        c''4^"C" c |    g'    g |       a^"F"  a |      g2^"C"   |
         f4^"F" f |      e^"C" e |       d^"G7" d |      c2^"C"   |
-        g4^"G" g |      f^"F" f |       e^"C"  e |      d^"G7" d |
+        g'4^"G" g |      f^"F" f |       e^"C"  e |      d^"G7" d |
         g^"G"  g |      f^"F" f |       e^"C"  e |      d^"G7" d |
-        c4^"C" c |      g     g |       a^"F"  a |      g2^"C"   |
+        c4^"C" c |      g'    g |       a^"F"  a |      g2^"C"   |
         f4^"F" f |      e^"C" e |       d^"G7" d |      c2^"C"   |
 }
 
-texte = \lyric{ 
-         
-        \textstyle "italic";
+text = \lyric{ 
+        \property Lyrics . textstyle =  "italic"
+
         Ah!4 vous dir- ai_- je ma man2
         Ce4 qui cau- se mon tour- ment2
         Pa-4 pa veut que je rai- so- nne
@@ -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 {  }
 }