% -*- mode: LilyPond ; coding: utf-8 -*- \version "2.20.0" \header{ title = "Hanter dro ar Beg Perwiz" subtitle = "" piece = "Hanter dro" % instrument = "Piano" composer = "eNoz" copyright = "Creative Commons Attribution-NonCommercial-ShareAlike 4.0" source = "Own Work" opus = "2021/08/21" lastupdated = "2021-08-21" enteredby = "eNoz" maintainer = "eNoz" % style="Gavotte" 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 #"http://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 #"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-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" } } } } } ostinato_un = { g,8 d c e c d | } ostinato_deux = { g,8 d c e d c | } ostinato = { \ostinato_un \ostinato_deux \ostinato_un \ostinato_deux } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% melody = { \new PianoStaff << \set PianoStaff.connectArpeggios = ##t %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \new Staff = "haut" { \set Staff.midiInstrument = #"acoustic grand" \clef G \time 3/4 \tempo 4 = 86 \key ees \major \transpose c c' { r2. | r2. | r2. | r2. | g'8 d' g4 g'4 | g'8 d' aes4 g'8 fis' | g'8 d' g4 g'4 | g'8 d' aes4 r4 \bar "||" g8 aes16 bes c'8 d' bes16 c' d'8 | g8 aes16 bes c'8 d' bes4 | g8 aes16 bes c'8 d' bes16 c' d'8 | g8 aes16 bes g8\staccato fis\staccato g4 | g8 aes16 bes c'8 d' bes16 c' d' c' | g8 aes16 bes \tuplet 3/2 {c'8 d' c'} bes4 | g8 aes16 bes c'8 d' bes16 c' d'8 | g8 aes16 bes g8\staccato fis\staccato g4 \bar "||" d'8 e'16 fis' g'8 fis'16 e' d'4 | g8 aes16 bes c'8 d' bes4 | d'8 e'16 fis' g'8 fis'16 e' d'4 | g8 aes16 bes g8\staccato fis\staccato g4 | d'8 e'16 fis' g' aes' g' e' d'4 | g8 aes16 bes \tuplet 3/2 {c'8 d' c'} bes4 | d'8 e'16 fis' g'16 fis' e'8 d'4 | g8 aes16 bes g8\staccato fis\staccato g4 | \bar "|." } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \new Staff = "bas" { \set Staff.midiInstrument = #"acoustic grand" \clef G \key ees \major \time 3/4 \transpose c c' { \p \ostinato \ostinato \ostinato \ostinato \ostinato \ostinato_un \ostinato_deux \ostinato_un g,8 d c\staccato e\staccato g,4 | \bar "|." } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% >> } \score{ \melody \layout { } } \score{ \unfoldRepeats{ \melody{} } \midi { } }