% -*- mode: LilyPond ; coding: utf-8 -*- \version "2.20.0" \header{ title = "Tomaru" subtitle = "止まる" % piece = "Lullaby" % instrument = "Piano" composer = "eNoz" copyright = "Creative Commons Attribution-NonCommercial-ShareAlike 4.0" source = "Own Work" opus = "2022" % Composed 2022/01/31, arranged 2022/05/27, 2022/07/03 lastupdated = "2022-07-03" enteredby = "eNoz" maintainer = "eNoz" % style="Lullaby" version = "1.1" 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_simple = { f,8 c f c f | } ostinato = { \ostinato_simple \ostinato_simple } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% melody = { \new PianoStaff << \set PianoStaff.connectArpeggios = ##t \set PianoStaff.instrumentName = "Piano" %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \new Staff = "haut" { \set Staff.midiInstrument = #"acoustic grand" \clef treble \time 5/8 \tempo 4 = 100 \key fis \minor \transpose c cis' { r4. r4 | r4. r4 | % Phrase 1 c'4. f'4 | ees'4. des'4 | c'4. aes4 | c'4.~c'4 | c'4. f'4 | ees'4. des'4 | c'4.~c'4 | aes4.~aes4 | c'4. f'4 | ees'4. des'4 | c'4. aes4 | c'4.~c'4 | f4. aes4 | g4. ees4 | f2 des8 | c4.~c4 \bar "||" % Phrase 2 4. 4 | 4. 4 | 4. 4 | 4.~4 | 4. 4 | 4. 4 | 4.~4 | 4.~4 | 4. 4 | 4. 4 | 4. 4 | 4.~4 | 4. 4 | 4. 4 | 2 8 | 4.~4~ | 4.~4~ | 4. r4 % | \bar "|." } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \new Staff = "bas" { \set Staff.midiInstrument = #"acoustic grand" \clef bass \key fis \minor \time 5/8 \transpose f fis{ \ostinato \bar "||" \ostinato | \ostinato | \ostinato | \ostinato | \ostinato | \ostinato | \ostinato | \ostinato \bar "||" \ostinato | \ostinato | \ostinato | \ostinato | \ostinato | \ostinato | \ostinato | \ostinato | \ostinato_simple | f,4. r4 \bar "|." } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% >> } \score{ \melody \layout { } } \score{ \unfoldRepeats{ \melody{} } \midi { } }