]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/twinkle-pop.ly
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / input / twinkle-pop.ly
index af52075e838ff95f6db3ddb5badd4c4674280843..1c90375b47019fc8599aa6077bc49b066703f477 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "2.3.4"
+\version "2.4.0"
 \header{
 filename =      "twinkle-pop.ly"
 xtitle =        "Ah, vous dirais-je, maman "
@@ -22,7 +22,7 @@ melodie = \relative c'' {
         f4 f  | e e  | d d | c2 \bar "|."
 }
 
-acc = \chords {
+acc = \chordmode {
        % why don't \skip, s4 work?
         c2 c f c
         f c g:7 c
@@ -33,7 +33,7 @@ acc = \chords {
         f c g:7 c
 }
 
-text = \lyrics
+text = \lyricmode
         \override LyricText  #'font-shape = #'italic
 
         Ah!4 vous dir -- ai -- je ma man2
@@ -48,24 +48,24 @@ text = \lyrics{
 \score {
         <<  
           \context ChordNames \acc
-          \context Staff=melody \melodie
+          \context Staff = "melody" \melodie
            \context Lyrics \text
         >>
        \header{
                title = "Ah, vous dirais-je, maman "
        }
-        \paper {  }
+        \layout {  }
 }
 
 \score {
         <<  
           \context ChordNames \transpose c d\acc
-          \context Staff=melody \transpose c d\melodie
+          \context Staff = "melody" \transpose c d\melodie
            \context Lyrics \text
         >>
        \header{
                piece = "clarinet in B$\flat$"
        }
-        \paper {  }
+        \layout {  }
 }