%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % J'aime la galette % Chanson traditionnelle française % % Typeset by Breizh Partitions (2014) % This sheet music version: 1.0 % % Une partition gratuite de http://www.breizh-partitions.fr % Free sheet music from http://www.celtic-scores.com %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \version "2.16.0" \paper { top-margin = 2 \cm bottom-margin = 2 \cm } \header { title = "J’aime la galette" %subtitle = "Chanson française traditionnelle" composer = "Chanson française traditionnelle" arranger = "Breizh Partitions" % copyright = "Creative Commons CC-BY-NC-SA" enteredby = "Breizh Partitions" lastupdated = "2014/01/18" instrument = "Bombarde" % source = "Chansons populaires" 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 #"http://www.breizh-partitions.fr" { \teeny www. Breizh-Partitions \teeny .fr gravée à l’aide de \with-url #"http://www.LilyPond.org" { \teeny www. LilyPond \teeny .org } }} \line { \small \italic { Sheet music from \with-url #"http://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-NonCommercial 3.0 • \with-url #"https://creativecommons.org/licenses/by-nc-sa/3.0" https://creativecommons.org/licenses/by-nc-sa/3.0 } } \line{ \vspace #1.5 \general-align #Y #DOWN { \epsfile #X #10 #"by-nc-sa.eu.eps" } } } } } Musique = { \tempo 4=90 \once \override Score.MetronomeMark #'transparent = ##t g16 a b a g8 d | g16 a b c' d'4 | g16 a b a g8 d16. d32 | g16 a b c' d'4 \bar "||" d'8 d' d' d' | e'16 d' c' b c'8 a | c'8 c' c' c' | d'16 c' b a b8 g | d'8 d' d' d' | e'16 d' c' b c'8 a | c'8 c' c' c' | d'16 c' b a g4 | \bar "|." } \score { \new Staff << \time 2/4 \clef "G" \key ees \major \set Staff.midiInstrument = "oboe" \transpose a f'{ \Musique } >> \layout { } \midi { } }