]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/twinkle-pop.ly
(Composite_music): new transpose syntax,
[lilypond.git] / input / twinkle-pop.ly
index 0f3ef80c6fa990a2f3b6859330de6ed8399d4967..77e87b1ce96378cc10f29b0308e48630f7dd67ef 100644 (file)
@@ -1,21 +1,17 @@
+\version "1.7.5"
 \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 "
+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.0.10";
-
-melodie = \notes\relative c'' {
-        \clef "violin";
-        \time 2/4 ;
+melodie =  \notes\relative c'' {
+        \clef "violin"
+        \time 2/4 
 
         c4 c  | g' g | a a | g2  |
         f4 f  | e e  | d d | c2  |
@@ -23,38 +19,53 @@ 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  |
+        f4 f  | e e  | d d | c2 \bar "|."
 }
 
-acc = \chords {
+acc =  \chords {
        % why don't \skip, s4 work?
-        @2c @c @f @c
-        @f @c @g7 @c
-       @g @f @c  @g7 % urg, bug!
-        @g @f @c  @g7
+        c2 c f c
+        f c g:7 c
+       g f c  g:7 % urg, bug!
+        g f c  g:7
        % copy 1-8
-        @2c @c @f @c
-        @f @c @g7 @c
+        c2 c f c
+        f c g:7 c
 }
 
-text = \lyrics{ 
-        \property Lyrics . textstyle =  "italic"
+text =  \lyrics{ 
+        \property Lyrics . LyricText \set #'font-style = #'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
-        Comme4 un- e grand- e per- so- nne
-        Moi4 je dis que les bon- bons2
-        Val-4 ent mieux que la rai- son2
+        Ah!4 vous dir -- ai -- je ma man2
+        Ce4 qui cau -- se mon tour -- ment2
+        Pa4 --  pa veut que je rai -- so -- nne
+        Comme4 un -- e grand -- e per -- so -- nne
+        Moi4 je dis que les bon -- bons2
+        Val4 -- ent mieux que la rai -- son2
         
 }
 
 \score {
         <  
-          \chords \type ChordNames \acc
-%         \notes \type Staff=chords \acc
-          \notes \type Staff=melody \melodie
-           \lyrics \type Lyrics \text
+          \context ChordNames \acc
+          \context Staff=melody \melodie
+           \context Lyrics \text
         >
+       \header{
+               title = "Ah, vous dirais-je, maman "
+       }
         \paper {  }
 }
+
+\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$"
+       }
+        \paper {  }
+}
+