% -*- mode: LilyPond ; coding: utf-8 -*- \version "2.24.3" \header{ title = "Six Fishes" % subtitle = "Ridée 6 temps" piece = "Ridée 6 temps" % instrument = "Piano" composer = "eNoz" copyright = "Creative Commons Attribution-NonCommercial-ShareAlike 4.0" source = "Own Work" opus = "2024/04/01" lastupdated = "2024-04-01" enteredby = "eNoz" maintainer = "eNoz" % style="Ridée 6 temps" 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" } } } } } % Gamme vannetaise dite magadur magadur = #`( (0 . ,NATURAL) (1 . ,FLAT) (2 . ,FLAT) (3 . ,NATURAL) (4 . ,NATURAL) (5 . ,NATURAL) (6 . ,FLAT) ) basseOne = { f4. c'4. f'4. | c'4. f4. c'4. | | } basseTwo = { bes,4. f4. bes4. | bes,4. f4. bes4. | | } basseThree = { aes,4. ees4. aes4. | aes,4. ees4. aes4. | | } basseThreePrime = { c16 g16 c'8 f,16 c16 f8 c16 g16 c'8 c16 g16 c'8 | } basseThreeFinal = { c16 g16 c'8 f,16 c16 f8 c16 g16 c'8 c4 | } music ={ \fixed c'' { \repeat volta 6 { c4 d e f \alternative { \volta 1,2,3 { c2 e } \volta 4,5 { f2 d } \volta 6 { e2 f } } } c1 } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% melody = { \new PianoStaff << \set PianoStaff.connectArpeggios = ##t \set PianoStaff.instrumentName = "Piano" %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \new Staff = "haut" { \set Staff.midiInstrument = #"acoustic grand" \clef treble \time 9/8 \tempo 4. = 170 % \set Staff.printKeyCancellation = ##f \key f \magadur \transpose c c' { \repeat segno 2{ \repeat volta 2{ f4 \mf ges8 aes4 bes8 c'4 aes8 | f4. f4 c'8 f4. | f4 ges8 aes4 bes8 c'4 aes8 | f4 c'8 c'8. d'8. c'4. | f4 ges8 aes4 bes8 c'4 bes8 | aes4 ges8 f4 c'8 f4. | f4 ges8 aes4 bes8 c'4 aes8 | f4. f8 ges aes f4. | } \fine \volta 1 { \transpose c c' { d4 ees8 d4 c8 d4. | d4 ees8 f4 ees8 d4. | d4 ees8 d4 c8 d4 c8 | d8. ees8. f8. ees8. d4 ees8 | d4 ees8 d4 c8 d4. | d4 ees8 f4 ees8 d4. | d4 ees8 d4 c8 d4 bes,8 | d8. ees8. f8. ees8. d4 ees8 | c4 d8 c4 bes,8 c4. | c4 f8 ees4 d8 c4. | c4 d8 ees4 d8 c4 f8 | ees8. d8. ees8. d8. c4. | c4 d8 c4 bes,8 c4. | c4 f8 ees4 d8 c4 aes,8 | c4 d8 c4 bes,8 c8 bes, c | f8 ees d ees4 d8 c4. | \bar "|." } } } } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \new Staff = "bas" { \set Staff.midiInstrument = #"acoustic grand" \clef bass \time 9/8 \key f \magadur \repeat segno 2{ \repeat volta 2{ \basseOne \basseOne \basseOne \basseOne } \fine \volta 1{ \basseTwo \basseTwo \basseTwo \basseTwo \basseThree \basseThree \basseThree \basseThree \bar "|." } } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% >> } \score{ \melody \layout { } } \score{ \unfoldRepeats{ \melody{} } \midi { } }