% -*- mode: LilyPond ; coding: utf-8 -*- \version "2.22.1" \header{ title = "Ah ! Les crocodiles" subtitle = "Comptine pour enfants" % piece = "Traditionnel français" % instrument = "Bombarde" composer = "Traditionnel français" copyright = "Creative Commons Attribution-ShareAlike 4.0" % as per Wikipedia license %source = "https://fr.wikipedia.org/wiki/Ah_!_Les_crocodiles" (retrieved 2023/02/18) % opus = "1860" created = "2023-02-18" lastupdated = "2023-02-18" enteredby = "Breizh Partitions" maintainer = "Breizh Partitions" % meter = "Comptine pour enfants" % style="Comptine pour enfants" version = "2.0" tagline = \markup { \override #'(box-padding . 1.0) \override #'(baseline-skip . 2.7) \box \center-column { \small \line { \hspace #5 Une partition du site \with-url #"https://www.partitions.bzh" { \teeny www. Partitions \teeny .bzh gravée à l’aide de \with-url #"http://www.LilyPond.org" { \teeny www. LilyPond \teeny .org } }} \line { \teeny Adaptée \teeny de \with-url #"https://fr.wikipedia.org/wiki/Ah_!_Les_crocodiles" {\teeny https://fr.wikipedia.org/wiki/Ah_!_Les_crocodiles} } \line { \small \italic { Sheet music from \with-url #"https://www.celticscores.com" { \teeny www. CelticScores \teeny .com engraved using \with-url #"http://www.LilyPond.org" { \teeny www. LilyPond \teeny .org }} }} \line { \teeny { Creative Commons Attribution-ShareAlike 4.0 • \with-url #"https://creativecommons.org/licenses/by-sa/4.0/" https://creativecommons.org/licenses/by-sa/4.0/ } } \line{ \vspace #1.5 \general-align #Y #DOWN { \epsfile #X #10 #"by-sa.eps" } } } } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% melody = { << %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \new Staff = "Bombarde" { \clef "G^8" \key ees \major \set Staff.instrumentName = #"Bombarde" \set Staff.midiInstrument = "oboe" \time 2/4 % \set Score.tempoHideNote = ##t \tempo 4 = 120 \transpose c bes' { { \repeat volta 2 { f4 \mp f8. a16 | c'4. bes8 | a8. g16 a8. bes16 | a4 g | g4 g8. a16 | g4. g8 | a8. g16 a8. b16 | c'2 } \repeat volta 2 { f8 \f a a a | f a a a | f a a a | bes4 g | e8 g g g | e g g g } \alternative { { c'8 bes a g | a2 } { c'8 bes a g | f2 } } \bar ":|." } \addlyrics { Un cro -- co -- dile, s'en al -- lant à la guer -- re di -- sait au r'voir à ses pe -- tits en -- fants. Ah_! Les cro, cro, cro, les cro, cro, cro, les cro -- co -- di -- les, sur les bords du Nil, ils sont par -- tis, n'en par -- lons plus_! } \addlyrics { Trai -- nant sa queue, sa queue dans la pous -- siè -- re Il s'en al -- lait com -- battre les é -- lé -- phants. Ah_! Les cro, cro, cro, les cro, cro, cro, les cro -- co -- di -- les, sur les bords du Nil, ils sont par -- _ _ _ _ _ tis, n'en par -- lons plus_! } } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% >> } \score{ \melody \layout { } } \score{ \unfoldRepeats{ \melody{} } \midi { } }