X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftwinkle-pop.ly;h=d320f821e578bb4ffc8e15be70fece2ed0c356a6;hb=5c14a087ca6cbd665fd631452b7b1283ba0387c3;hp=eb2cd8e9a390a9e043ca7efcbc15bf302dd6892c;hpb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;p=lilypond.git diff --git a/input/twinkle-pop.ly b/input/twinkle-pop.ly index eb2cd8e9a3..d320f821e5 100644 --- a/input/twinkle-pop.ly +++ b/input/twinkle-pop.ly @@ -1,46 +1,67 @@ +\version "2.11.61" \header{ -filename = "twinkle.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" + composer = "traditional" + enteredby = "HWN, chords by Johan Vromans" + copyright = "public domain" } -%{ -Tested Features lyrics and chords -%} -\version "1.0.0"; +melodie = \relative c'' { + \clef "violin" + \time 2/4 -melodie = \melodic\relative c { - \clef"violin"; - \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 + | c4 c | g' g | a a | g2 + | f4 f | e e | d d | c2 \bar "|." +} - c''4^"C" c | g' g | a^"F" a | g2^"C" | - f4^"F" f | e^"C" e | d^"G7" d | c2^"C" | - g'4^"G" g | f^"F" f | e^"C" e | d^"G7" d | - g^"G" g | f^"F" f | e^"C" e | d^"G7" d | - c4^"C" c | g' g | a^"F" a | g2^"C" | - f4^"F" f | e^"C" e | d^"G7" d | c2^"C" | +acc = \chords { + c2 c f c + f c g:7 c + g f c g:7 + g f c g:7 + %% copy 1-8 + c2 c f c + f c g:7 c } -text = \lyric{ - \property Lyrics . textstyle = "italic" +text = \lyrics { + \override LyricText #'font-shape = #'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 { + << + \acc + \new Staff = "melody" \melodie + \text + >> + \header{ + title = "Ah, vous dirais-je, maman " + } + \layout { } } \score { - < \melodic \type Staff \melodie - \lyric \type Lyrics \text - > - \paper { } + << + \context ChordNames \transpose c d\acc + \context Staff = "melody" \transpose c d\melodie + \context Lyrics \text + >> + \header{ + piece = \markup { "clarinet in B" \flat } + } + \layout { } }