]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/twinkle-pop.ly
release commit
[lilypond.git] / input / twinkle-pop.ly
index f09f613c47aefdb557205e084f3a13b03d5b75c3..1095435965cced8086c354143818bc8c8a1c47e3 100644 (file)
@@ -1,9 +1,8 @@
 #(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "1.9.8"
 \header{
 filename =      "twinkle-pop.ly"
 xtitle =        "Ah, vous dirais-je, maman "
-description =   "twinkle twinkle in pop-song-settings"
 composer =      "traditional"
 enteredby =     "HWN, chords by Johan Vromans"
 copyright =     "public domain"
@@ -35,7 +34,7 @@ acc =  \chords {
 }
 
 text =  \lyrics{ 
-        \property Lyrics . LyricText \set #'font-style = #'italic
+        \property Lyrics . LyricText \set #'font-shape = #'italic
 
         Ah!4 vous dir -- ai -- je ma man2
         Ce4 qui cau -- se mon tour -- ment2
@@ -47,11 +46,11 @@ text =  \lyrics{
 }
 
 \score {
-        <  
+        <<  
           \context ChordNames \acc
           \context Staff=melody \melodie
            \context Lyrics \text
-        >
+        >>
        \header{
                title = "Ah, vous dirais-je, maman "
        }
@@ -59,11 +58,11 @@ text =  \lyrics{
 }
 
 \score {
-        <  
+        <<  
           \chords \context ChordNames \transpose c d\acc
           \notes \context Staff=melody \transpose c d\melodie
            \lyrics \context Lyrics \text
-        >
+        >>
        \header{
                piece = "clarinet in B$\flat$"
        }