]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/twinkle-pop.ly
partial: 1.1.0.jcn
[lilypond.git] / input / twinkle-pop.ly
index 4d11d3a6e2e980f522586635e9425d3c9e700532..46c35973e34c959fbfb21dbd7a077de823134328 100644 (file)
@@ -12,23 +12,23 @@ copyright =  "public domain";
 Tested Features                lyrics and chords
 %}
 
-\version "0.1.8";
+\version "1.0.7";
 
-melodie = \melodic {
+melodie = \notes\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"   |
 }
 
-text = \lyric{ 
-        \textstyle "italic";
+text = \lyrics{ 
+        \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
@@ -39,8 +39,8 @@ text = \lyric{
 }
 
 \score {
-        <  \melodic \type Staff \melodie
-           \lyric   \type Lyrics \text
+        <  \notes \type Staff \melodie
+           \lyrics   \type Lyrics \text
         >
         \paper {  }
 }