]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/twinkle-pop.ly
release: 1.3.60
[lilypond.git] / input / twinkle-pop.ly
index b18d69be773b734cea3abbb73af166f6b0517532..2483ba60940ea2f1f878e86eb36375f082c596d9 100644 (file)
@@ -1,47 +1,42 @@
 \header{
 filename =      "twinkle-pop.ly";
-title =         "Ah, vous dirais-je, maman ";
+%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
-%}
+\version "1.3.59";
 
-\version "1.0.12";
-  
 melodie = \notes\relative c'' {
         \clef "violin";
-          \time 2/4 ;
-  
+        \time 2/4 ;
+
         c4 c  | g' g | a a | g2  |
         f4 f  | e e  | d d | c2  |
         g'4 g | f f  | e e | d d |
         g  g  | f f  | e e | d d |
-      % copy 1-8
+       % copy 1-8
         c4 c  | g' g | a a | g2  |
         f4 f  | e e  | d d | c2 \bar "|.";
 }
 
 acc = \chords {
-      % why don't \skip, s4 work?
+       % why don't \skip, s4 work?
         c2 c f c
-        f c g-7 c
-      g f c  g-7 % urg, bug!
-        g f c  g-7
-      % copy 1-8
+        f c g:7 c
+       g f c  g:7 % urg, bug!
+        g f c  g:7
+       % copy 1-8
         c2 c f c
-        f c g-7 c
-  }
-  
+        f c g:7 c
+}
 
 text = \lyrics{ 
-        \property Lyrics . textstyle =  "italic"
+        \property Lyrics . textStyle =  "italic"
 
-        Ah!4 vous dir- ai_- je ma man2
+        Ah!4 vous dir- ai- je ma man2
         Ce4 qui cau- se mon tour- ment2
         Pa-4 pa veut que je rai- so- nne
         Comme4 un- e grand- e per- so- nne
@@ -52,24 +47,25 @@ text = \lyrics{
 
 \score {
         <  
-         \type ChordNames \acc
-         \type Staff=melody \melodie
-           \type Lyrics \text
-          >
-      \header{
-              title = "Ah, vous dirais-je, maman ";
-      }
-          \paper {  }
-  }
+          \context ChordNames \acc
+          \context Staff=melody \melodie
+           \context Lyrics \text
+        >
+       \header{
+               title = "Ah, vous dirais-je, maman ";
+       }
+        \paper {  }
+}
 
 \score {
         <  
-         \chords \type ChordNames \transpose bes\acc
-         \notes \type Staff=melody \transpose bes\melodie
-           \lyrics \type Lyrics \text
+          \chords \context ChordNames \transpose d'\acc
+          \notes \context Staff=melody \transpose d'\melodie
+           \lyrics \context Lyrics \text
         >
-      \header{
-              piece = "clarinet in B\\textflat";
-      }
+       \header{
+               piece = "clarinet in B\\textflat";
+       }
         \paper {  }
 }
+