% -*- mode: LilyPond ; coding: utf-8 -*- \version "2.22.1" \header{ title = "Exercice" subtitle = "Pour bombarde ou binioù-kozh en si b" % piece = "Exercice" % instrument = "Kozh" composer = "Breizh Partitions" copyright = "Creative Commons Attribution-NonCommercial-ShareAlike 4.0" %source = "Breizh Partitions" % opus = "2022" created = "2022-10-02" lastupdated = "2022-10-02" enteredby = "Breizh Partitions" maintainer = "Breizh Partitions" meter = "Exercice" % style="Exercice" version = "1.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 { \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-NonCommercial-ShareAlike 4.0 • \with-url #"https://creativecommons.org/licenses/by-nc-sa/4.0/" https://creativecommons.org/licenses/by-nc-sa/4.0/ } } \line{ \vspace #1.5 \general-align #Y #DOWN { \epsfile #X #10 #"by-nc-sa.eu.eps" } } } } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% melody = { << %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \new Staff = "bombarde" { \clef "G^8" \key c \minor \set Staff.instrumentName = #"Bombarde" \set Staff.midiInstrument = "oboe" \time 4/4 \set Score.tempoHideNote = ##t \tempo 4 = 120 \transpose c c'' { \repeat volta 2{ g8^\markup { \bold {A} } c8 aes c g2 | g8 c f c g2 | g8 c aes c g c f c | ees8 c f c g2 | ees8 c f c g2 | ees8 c f c ees2 | ees8 c f c g c f c | ees8 c d c c2 | \bar "||" c8^\markup { \bold {B} } g d g ees2 | ees8 g d g c2 | c8 g d g ees g f g | ees8 g d g c2 | c8 g d g c2 | c8 g bes, g c2 | c8 g d g c g bes, g | aes,8 g bes, g c2 | } } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% >> } \score{ \melody \layout { } } \score{ \unfoldRepeats{ \melody{} } \midi { } }