X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftwinkle-pop.ly;h=bb7d750deb0a537211adb0cdf520ebd14da3b0f4;hb=3ead9c2be44a4f5bb6d32a776188931f7995048e;hp=41561e6a449514d17d785306f433f18e10fb5579;hpb=6a62932652940f4ac2931f75d48796887fbc5fdc;p=lilypond.git diff --git a/input/twinkle-pop.ly b/input/twinkle-pop.ly index 41561e6a44..bb7d750deb 100644 --- a/input/twinkle-pop.ly +++ b/input/twinkle-pop.ly @@ -1,47 +1,67 @@ -%{MudelaHeader +\version "2.11.51" +\header{ + filename = "twinkle-pop.ly" + composer = "traditional" + enteredby = "HWN, chords by Johan Vromans" + copyright = "public domain" +} - filename: twinkle.ly - title: Ah, vous dirais-je, maman - description: twinkle twinkle in pop-song-settings - composers: traditional - entered-by: HWN, chords by Johan Vromans - copyright: public domain +melodie = \relative c'' { + \clef "violin" + \time 2/4 - Tested Features: lyrics and chords -EndMudelaHeader -%} + | 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 "|." +} -\version "0.1.1"; +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 +} -melodie = \melodic { - \clef"violin"; - \meter 2/4 ; - \octave c'; +text = \lyrics { + \override LyricText #'font-shape = #'italic - c4^"C" c | g g | a^"F" a | g2^"C" | - f4^"F" f | e^"C" e | d^"G7" d | c2^"C" | - g4^"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" | + 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 + } -texte = \lyric{ - - \textstyle "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 - +\score { + << + \acc + \new Staff = "melody" \melodie + \text + >> + \header{ + title = "Ah, vous dirais-je, maman " + } + \layout { } } \score { - < \melodic < \id "Piano" ""; \melodie > - \lyric < \id "Lyric" ""; \texte > - > - \paper { unitspace= 2.5\cm; } + << + \context ChordNames \transpose c d\acc + \context Staff = "melody" \transpose c d\melodie + \context Lyrics \text + >> + \header{ + piece = \markup { "clarinet in B" \flat } + } + \layout { } }