]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/twinkle-pop.ly
*** empty log message ***
[lilypond.git] / input / twinkle-pop.ly
index d2b418173a347cec94e0a4dfbdd7c5801cfececb..504d938b0fd7bb66736a80d44a0380125ffd5fb1 100644 (file)
@@ -1,17 +1,17 @@
+#(ly:set-option 'old-relative)
+\version "2.1.28"
 \header{
-filename =      "twinkle-pop.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";
+filename =      "twinkle-pop.ly"
+xtitle =        "Ah, vous dirais-je, maman "
+composer =      "traditional"
+enteredby =     "HWN, chords by Johan Vromans"
+copyright =     "public domain"
 }
 
-\version "1.3.110";
 
 melodie = \notes\relative c'' {
-        \clef "violin";
-        \time 2/4 ;
+        \clef "violin"
+        \time 2/4 
 
         c4 c  | g' g | a a | g2  |
         f4 f  | e e  | d d | c2  |
@@ -19,7 +19,7 @@ melodie = \notes\relative c'' {
         g  g  | f f  | e e | d d |
        % copy 1-8
         c4 c  | g' g | a a | g2  |
-        f4 f  | e e  | d d | c2 \bar "|.";
+        f4 f  | e e  | d d | c2 \bar "|."
 }
 
 acc = \chords {
@@ -34,7 +34,7 @@ acc = \chords {
 }
 
 text = \lyrics{ 
-        \property Lyrics . textStyle =  "italic"
+        \override LyricText  #'font-shape = #'italic
 
         Ah!4 vous dir -- ai -- je ma man2
         Ce4 qui cau -- se mon tour -- ment2
@@ -46,25 +46,25 @@ text = \lyrics{
 }
 
 \score {
-        <  
+        <<  
           \context ChordNames \acc
           \context Staff=melody \melodie
            \context Lyrics \text
-        >
+        >>
        \header{
-               title = "Ah, vous dirais-je, maman ";
+               title = "Ah, vous dirais-je, maman "
        }
         \paper {  }
 }
 
 \score {
-        <  
-          \chords \context ChordNames \transpose d'\acc
-          \notes \context Staff=melody \transpose d'\melodie
+        <<  
+          \chords \context ChordNames \transpose c d\acc
+          \notes \context Staff=melody \transpose c d\melodie
            \lyrics \context Lyrics \text
-        >
+        >>
        \header{
-               piece = "clarinet in B\\textflat";
+               piece = "clarinet in B$\flat$"
        }
         \paper {  }
 }