Next: , Previous: , Up: ("dirTop")  

Top

Footprints

[file-code; "ly,texi,sh are UTF-8"]
Normally; Windows & Linux "[Prompt] lilypond --png --pdf name.ly[Enter]"
And---- Only; Linux(Prompt) $ ./run--lily.sh name[Enter](need makeinfo) ----

footprints.midi(//The one below is mp3//)           footprints.pdf          • footprints.tar.gz (All-files;<6,100bytes)

The Jacket of a sheet is "png" and Sheets are "svg"


Next: , Previous: , Up: Top  

Music Sheet

footprints-page1

[picture of music]
[picture of music]
[picture of music]

Next: , Previous: , Up: Top  

footprints(footprints.ly)

footprints.ly
%% 9:46 PM Friday, July 14, 2023
%% Yukio Yoshida.
%% Get;eps-file %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% get cover $1=name.ps
%% gs -sDEVICE=eps2write -sOutputFile=$1.eps -dNOPAUSE $1.ps -c quit
%%%%%%%%%%% web-html===>png !! lilypond --png name.ly(This is not make(cover)
%% Make name.ly==>name.ps(Lilypond)==>gostscript==>name.png(This is not from lilypond-self)
%% gs -sDEVICE=png16m -r120 -sOutputFile=$1+page%d.png -dNOPAUSE $1.ps -c quit
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.24.0"
\include "footprints-cv.ly"
#(set-default-paper-size "letter")%%  This designation should be set at this location.
#(set-global-staff-size 18)%%         ---- Never write in \book {.... ---
\book{
\bookpart{ %% #1
\markup{ \vspace #4 }
%% make sheet-my-epstitle
#(let* ((port (open-output-file "sheet-my-epstitle.eps")))
  (display "%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 10 10 580 810
%%HiResBoundingBox: 10.00 10.00 580.00 810.00
%%Creator: GPL Ghostscript 9533 (eps2write)
%%LanguageLevel: 2
%%CreationDate: D:20210207110337+09'00'
%%Pages: 1
%%EndComments
newpath
20 20 moveto 20 800 lineto 20 800 moveto 570 800 lineto
570 800 moveto 570 20 lineto 570 20 moveto 20 20 lineto
.22 0 0 setrgbcolor 20 setlinewidth stroke
%% in-line
newpath
50 50 moveto 50 760 lineto 50 760 moveto 540 760 lineto
540 760 moveto 540 50 lineto 540 50 moveto 50 50 lineto
0 0 0 setrgbcolor 3 setlinewidth stroke
%%%%
/Times-Italic findfont 110 scalefont setfont 120 350 moveto
0 1 0 setrgbcolor
(WORD) false charpath 3 setlinewidth stroke
%% Title-Word
/Times-Italic findfont 100 scalefont setfont 80 500 moveto 1 0 0 setrgbcolor
(Footprints) false charpath 3 setlinewidth stroke" port)

   (close port))
%Trailer
%%% The movement of the eps-image in the paper is the parameter value of the next line
\markup{ \hspace #14 {\epsfile #X #100 #"sheet-my-epstitle.eps" } }
\markup { \vspace #3 }
\pageBreak
\markup { \vspace #6 }
\markup { \line { \hspace #10 \bold \italic "Footprints"} }
\markup { \vspace #2 }
\markup { \line {\bold "Summary;"} }
\markup {%%column * 2
\fill-line {
 \column {
 \line {
   \column {
               "Joys and pleasures left immediately, disappear."
             "Only loneliness and grief still remain."
             "They have to be making in my life."
             "I'm bringing them to walk on one's life."
             }
\hspace #6
   \column {
      \column {
            "喜びも楽しみもすぐに去り、それらは消えてしまう。"
             "寂しさや悲しみだけがいつまでも残っている。"
             "それらが私の人生を作っていく。"
             "私はそれらを携えて自分の人生を歩いている。"
             } }
        }
}}}
\markup { \vspace #2 }
\markup { \hspace #83 \italic Yukio Yoshida. }
}%%End \bookpart #1
\pageBreak
\bookpart{ %%#2 notes-body is `\include footprints-cv.ly'
%% -*- Coding: utf-8 -*-
\version "2.24.0"
\header {
 %%  dedication = \markup { \center-column { "    " "    " "     " "Offering prayers." } }
  title = "Footprints"
 %%  subtitle = \markup { \center-column { \line { #(string-append "LilyPond version " (lilypond-version))  } "Blessing" "   " } }
  subsubtitle =\markup \center-column {
                   "soprano; C clef on 1st line,   alto; C clef on 3rd line."
                   "     tenor; C clef on 4th line,   bass; F clef on 4th line." }
 instrument = "  "
 composer = \markup { \italic "yukio yoshida" }
 %% arranger = "Jul. 08, JST 2008"
 poet = "Offering prayers."
 opus = "Op. 32, No.1"
 meter = "Largo"
 copyright = "public Domain"
%% tagline = " "
}
%% get sheet music ---------------------------------------------------------------
\score {
         <<
%%           \context ChoirStaff = "FourPartStaffaddchorus" <<
  \context StaffGroup << 
           \new Voice = "soprano" \with { \consists Ambitus_engraver}
                      { \clef soprano \key a\major \time 3/2
                        \set Staff.instrumentName = "soprano" \soprano }
                        \new Lyrics \lyricsto "soprano" { \sopranoL }

           \new Voice = "alto" \with { \consists Ambitus_engraver}
                      { \clef alto \key a\major \time 3/2
                        \set Staff.instrumentName = "alto   " \alto }
                        \new Lyrics \lyricsto "alto" { \altoL }

           \new Voice = "tenor" \with { \consists Ambitus_engraver}
                      { \clef tenor \key a\major \time 3/2
                        \set Staff.instrumentName = "tenor  " \tenor }
                        \new Lyrics \lyricsto "tenor" { \tenorL }

           \new Voice = "bass" \with { \consists Ambitus_engraver}
                      { \clef bass \key a\major \time 3/2
                        \set Staff.instrumentName = "bass   " \bass }
                        \new Lyrics \lyricsto "bass" { \bassL }
                                            >>

           %%\context PianoStaff = "PianoStaff" <<
           %%\new Voice = "piano" { \clef treble \key a\major \time 3/2
           %%             \set Staff.instrumentName = "piano  " \pianoUP }
           %%\new Voice = "piano" { \clef bass \key a\major \time 3/2
           %%             \set Staff.instrumentName = "piano  " \pianoDown }
           %%                                   >>

         >>

  \layout {}
       }

%% get midi music ---------------------------------------------------------
\score {
         <<
           \new Staff { \clef soprano \key a\major \time 3/2 \tempo 4 = 46
                         \set Staff.midiInstrument = "pad 4 (choir)"
                                         \unfoldRepeats       \sopranoM }

           \new Staff { \clef alto \key a\major \time 3/2 \tempo 4 = 46
                         \set Staff.midiInstrument = "pad 4 (choir)"
                                         \unfoldRepeats          \altoM }

           \new Staff { \clef tenor \key a\major \time 3/2 \tempo 4 = 46
                         \set Staff.midiInstrument = "pad 4 (choir)"
                                         \unfoldRepeats       \tenorM }

           \new Staff { \clef bass \key a\major \time 3/2 \tempo 4 = 46
                         \set Staff.midiInstrument = "pad 4 (choir)"
                                         \unfoldRepeats          \bassM }

           %%\context PianoStaff = "PianoStaff" <<
           %%\new Voice = "piano" { \clef treble \key a\major \time 3/2
           %%             \set Staff.instrumentName = "piano  " \pianoUP }
           %%\new Voice = "piano" { \clef bass \key a\major \time 3/2
           %%             \set Staff.instrumentName = "piano  " \pianoDown }
           %%                                   >>
         >>

   \midi {
           tempoWholesPerMinute = #(ly:make-moment 46 4)
        }
}
}%% End \bookpart #2

}%% close \book {
%% ----- To here, Finish all. -----------------

Next: , Previous: , Up: Top  

footprints(footprints-cv.ly)

footprints-cv.ly
%%  9:39 PM Friday, July 14, 2023
%% Yukio Yoshida.
\version "2.24.0"
%% --- Soprano part ---------------------------------------------------------------
soprano = { \hide Staff.BarLine
        \autoBeamOff
        \partial 8 r8 |
%%1-4
        a'8^\>\melisma cis''4 b'8 d''1 |
        e''1. | d''2 e''2. * 2/3\melismaEnd s2. * 1/3\! r4 |
        e''1.^\>\melisma |
\break
%%5-8
        e''1. | e''2 fis''1 | e''16\!\melismaEnd e''4^\mp fis''8. gis''1 |
        gis''8 cis''4 b'8 d''1 |
\break
%%9-12
        e''2 b'4.^\f a'8 fis'2 | \dimTextDim gis''1.^\>\melisma |
        fis''4 * 2/3\melismaEnd s4 * 1/3\! b'4^\mp a'1 | a'1. |
\break
%%13-16
        \dimTextDim gis'4^\>\melisma e' cis'1 |
        gis'4 e' cis'1 | e'4 d' cis'1 | e'4 d' cis'1 |
\break
%%17-20
        cis'2 cis''1 | cis''1. | cis'' | cis'' |
\break
%%21-24
        cis''8\melismaEnd a'2^\f b'8 bis'8 a' b'2 |
        cis''8 d''4. e''1 | cis''8 d''4. e''1 | r8^\> cis''8 d''4 e''1\! |
\break
%%25-29
        r8 b'4.^\pp a'2 gis' | a'16 b'4 a'16 a'8 a'1
        d''16 e''4 d''16 d''8 d''1 |
        \crescTextCresc
        gis''16^\< a''4 gis''16 gis''8 gis''1~ | gis''1.\!^\fermata
        \undo \hide Staff.BarLine \bar "|." \break 
}

sopranoL = \lyricmode {
            \override Lyrics.LyricText.font-shape = #'italic
            \override Lyrics.LyricText.font-size = #-2
%%1-8
            Æ __ æ __  left imme -- diately, and dis -- ap -- pear. |
%% \break
%%9-20
            only Lone -- li -- ness, æ __ still remain, remain. æ __
%% \break
%%21-24
            They have to be making in my life, in my lif, in my life.
%% \break
%%25-29
            I'm bringing them to walk on one's life,
            to walk on one's life, to walk on one's life.
}

sopranoM = {
        \autoBeamOff
        \partial 8 r8 |
        a'8^\ppp\melisma cis''4 b'8 d''1 |
        e''1. | d''2 e''2.^\pppp\melismaEnd r4 |
        e''1.^\ppp\melisma |
\break
        e''1. | e''2 fis''1^\ppppp\melismaEnd |
        e''16\melismaEnd e''4^\mp fis''8. gis''1 | gis''8 cis''4 b'8 d''1 |
\break
        e''2^\f b'4. a'8 fis'2 | gis''1.^\pppp\melisma |
        fis''4^\pppp\melismaEnd b'4^\mp a'1 | a'1. |
\break
        \dimTextDim gis'4^\pppp\melisma e' cis'1 |
        gis'4 e' cis'1 | e'4 d' cis'1 | e'4 d' cis'1 |
\break
        cis'2 cis''1 | cis''1. | cis'' | cis''1. |
\break
        cis''8\melismaEnd a'2^\f b'8 bis'8 a' b'2 |
        cis''8 d''4. e''1 | cis''8 d''4. e''1 | r8 cis''8^\pp d''4^\ppp e''1^\pppp |
\break
        r8 b'4.^\pp a'2 gis' | a'16 b'4 a'16 a'8 a'1
        d''16 e''4 d''16 d''8 d''1 |
        gis''16^\< a''4 gis''16 gis''8 gis''1~ | gis''1.\!^\fermata \bar "|."
}


%% --- Alto part ------------------------------------------------------------------
alto = { \hide Staff.BarLine
        \autoBeamOff
        \partial 8 r8 |
%%1-4
        e'8^\>\melisma gis'4 fis'8 a'1 |
        b'1. | a'2 b'2. * 2/3\melismaEnd s2. * 1/3\! r4  |
        b'1.^\>\melisma |
\break
%%5-8
        b'1. | b'2 * 2/3\melismaEnd s2 * 1/3\! r8  gis'4.^\mp fis'8 a'4.~ |
        a'8 b'1^\<\melisma a'4.~ | a'8\!\melismaEnd  e'8 d'8 e' fis'1 |
\break
%%9-12
        \dimTextDim gis'1.^\>\melisma | fis'8\!\melismaEnd
        cis'4 cis'^\f b8\melisma a b cis' d' e'\melismaEnd fis'~ |
        fis'4 b4^\mp a1 | a1. |
\break
%%13-16
        \dimTextDim gis'4^\>\melisma e' cis'1 |
        gis'4 e' cis'1 | e'4 d' cis'1 | e'4 d' cis'1 |
\break
%%17-20
        cis'2 b'1 | b'1. | b' | b' |
\break
        b'8\melismaEnd a2^\f b8 bis8 a b2 |
        cis'8 d'4. e'1 | cis'8 d'4. e'1 | r8^\> cis'8 d'4 e'1\! |
\break
        r8 b4.^\pp a2 gis | a16 b4 a16 a8 a1
        d'16 e'4 d'16 d'8 d'1 |
        \crescTextCresc
        gis'16^\< a'4 gis'16 gis'8 gis'1~ | gis'1.\!^\fermata
        \undo \hide Staff.BarLine \bar "|." \break 
}

altoL = \lyricmode {
            \override Lyrics.LyricText.font-shape = #'italic
            \override Lyrics.LyricText.font-size = #-2
%%1-8
            Æ __ æ __ Joys and pleasures æ __ and dis -- ap -- pear.
%% \break
%%9-20
            æ __ and gri -- e __ f still remain, remain. æ __
%% \break
%%21-24
            They have to be making in my life, in my lif, in my life.
%% \break
%%25-29
            I'm bringing them to walk on one's life,
            to walk on one's life, to walk on one's life.
}

altoM = {
        \partial 8 r8 |
        e'8^\ppp\melisma gis'4 fis'8 a'1 |
        b'1. | a'2 b'2.^\pppp\melismaEnd r4 |
        b'1.^\ppp\melisma |
\break
        b'1. | b'2^\pppp\melismaEnd r8  gis'4.^\mp fis'8 a'4. |
        a'8 b'1^\pppp\melisma a'4.~ | a'8^\mp\melismaEnd  e'8 d'8 e' fis'1 |
\break
        gis'1.^\pppp\melisma | fis'8\melismaEnd
        cis'4^\mp cis'^\f b8\melisma a b cis' d' e'\melismaEnd fis'~ |
        fis'4 b4^\mp a1 | a1. |
\break
        \dimTextDim gis'4^\pppp\melisma e' cis'1 |
        gis'4 e' cis'1 | e'4 d' cis'1 | e'4 d' cis'1 |
\break
        cis'2 b'1 | b'1. | b' | b' |
\break
        b'8\melismaEnd a2^\f b8 bis8 a b2 |
        cis'8 d'4. e'1 | cis'8 d'4. e'1 | r8 cis'8^\pp d'4^\ppp e'1^\pppp |
\break
        r8 b4.^\pp a2 gis | a16 b4 a16 a8 a1
        d'16 e'4 d'16 d'8 d'1 |
        gis'16^\< a'4 gis'16 gis'8 gis'1~ | gis'1.\!^\fermata \bar "|."
}


%% --- tenor ----------------------------------------------------------------------
tenor = { \hide Staff.BarLine
        \autoBeamOff
        \partial 8 r8 |
%%1-4
        a8^\>\melisma cis'4 b8 d'1 |
        e'1. | d'2 e'2. * 2/3\melismaEnd s2. * 1/3\! r4 |
        e'1.^\>\melisma |
\break
%%5-8
        e'1. | e'2 fis'1 | e'16\!\melismaEnd e'4^\mp fis'8. gis'1 |
        gis'8 cis'4 b8  d'1 |
\break
%%9-12
        \dimTextDim c'1.^\>\melisma | c' | c'4\melismaEnd cis'^\mp b1 | b1. |
\break
%%13-16
        \dimTextDim gis'4^\>\melisma e' c'1 |
        gis'4 e' c'1 | e'4 d' c'1 | e'4 d' c'1 |
\break
%%17-20
        c'4.\melismaEnd fis4.^\mp g8 gis16 fis16 e2 |
        gis16 fis e4 fis4. g8 gis16 fis16 e2 |
        gis16 fis e4 fis4. g8 gis16 fis16 e2 |
        gis8 fis4. e'1 |
\break
%%21-24
        \dimTextDim e'1.^\>\melisma | e' | e' | e' |
\break
%%25-29
        e'8\melismaEnd \crescTextCresc a4.^\< gis2 fis | gis16 a4 gis16 gis8 gis1 |
        cis'16 d'4 cis'16 cis'8 cis'1 | fis'16 gis'4 fis'16 fis'8 fis'1~ |
        fis'1.\!^\fermata \undo \hide Staff.BarLine \bar "|." \break 
}

tenorL = \lyricmode {
            \override Lyrics.LyricText.font-shape = #'italic
            \override Lyrics.LyricText.font-size = #-2
%%1-8
            Ou __ ou __ left imme -- diately, and dis -- ap --pear.
%% \break
%%9-16
            ou __ still remain, remain. ou __
%% \break
%%17--20
           They have to be making in my life.
           They have to be making in my life.
           They have to be making in my life.
%% \break
%%21-24
           ou __
%% \break
%%25-29
           I'm bringing them to walk on one's life,
           to walk on one's life, to walk on one's life.
}

tenorM = {
        \autoBeamOff
        \partial 8 r8 |
        a8^\ppp\melisma cis'4 b8 d'1 |
        e'1. |d'2 e'2.^\pppp\melismaEnd r4 |
        e''1.^\ppp\melisma |
\break
        e'1. | e'2 fis'1^\ppppp |
        e'16\melismaEnd e'4^\mp fis'8. gis'1 | gis'8 cis'4 b8 d'1 |
\break
        c'1.^\pppp\melisma | c' | c'4\melismaEnd cis'^\mp b1 | b1. |
\break
        \dimTextDim gis'4^\pppp\melisma e' c'1 |
        e'4 gis' c'1 | e'4 d' c'1 | e'4 d' c'1 |
\break
        c'4.\melismaEnd fis4.^\mp g8 gis16 f16 e2 |
        gis16 fis e4 fis4. g8 gis16 fis16 e2 |
        gis16 fis e4 fis4. g8 gis16 fis16 e2 |
        gis8 fis4. e'1 |
\break
        e'1.^\pppp\melisma | e' | e' | e' |
\break
        e'8\melismaEnd a4.^\f gis2 fis | gis16 a4 gis16 gis8 gis1 |
        cis'16 d'4 cis'16 cis'8 cis'1 | fis'16 gis'4 fis'16 fis'8 fis'1~ |
        fis'1.^\fermata \bar "|."
}


%% --- Bass part ------------------------------------------------------------------
bass = { \hide Staff.BarLine
        \autoBeamOff
        \partial 8 r8 |
%%1-4
        e8^\>\melisma gis4 fis8 a1 |
        b1. | a2 b2. * 2/3\melismaEnd s2. * 1/3\! r4 |
        b1.^\>\melisma |
\break
%%5-8
        b1. | b2 * 2/3\melismaEnd s2 * 1/3\! r8 gis4.^\mp fis8 a4.~  |
        a8 b1^\<\melisma a4.~ | a8\!\melismaEnd  e8 d8 e fis1 |
\break
%%9-12
        \dimTextDim c1.^\>\melisma | c | c4\melismaEnd cis^\mp b,1 | b,1. |
\break
%%13-16
        \dimTextDim gis4^\>\melisma e c1 |
        gis4 e c1 | e4 d c1 | e4 d c1 |
\break
%%17-20
        c4.\melismaEnd b,4.^\mp c8 cis16 b,16 a,2 |
        cis16 b, a,4 b,4. c8 cis16 b,16 a,2 |
        cis16 b, a,4 b,4. c8 cis16 b,16 a,2 |
        cis8 b,4. a1 |
\break
%%21-24
        \dimTextDim a1.^\>\melisma | a | a | a |
\break
%%25-29
        a8\melismaEnd \crescTextCresc a,4.^\< gis,2 fis, |
        gis,16 a,4 gis,16 gis,8 gis,1 |
        cis16 d4 cis16 cis8 cis1 | fis16 gis4 fis16 fis8 fis1~ |
        fis1.\!^\fermata \undo \hide Staff.BarLine \bar "|." \break

}

bassL = \lyricmode {
            \override Lyrics.LyricText.font-shape = #'italic
            \override Lyrics.LyricText.font-size = #-2
%%1-8
           Ou __ ou __ Joys and pleasures ou __ and dis -- ap -- pear.
%% \break
%%9-16
           ou __ still remain, remain. ou __
%% \break
%%17--20
           They have to be making in my life.
           They have to be making in my life.
           They have to be making in my life.
%% \break
%%21-24
           ou __
%% \break
%%25-29
           I'm bringing them to walk on one's life,
           to walk on one's life, to walk on one's life.
}

bassM = {
        \partial 8 r8 |
        e8^\ppp\melisma gis4 fis8 a1 |
        b1. | a2 b2.^\pppp\melismaEnd r4 |
        b1.\melisma |
\break
        b1. | b2^\pppp\melismaEnd r8  gis4.^\mp fis8 a4.~  |
        a8 b1^\<\pppp\melisma a4.~ | a8^\mp\!\melismaEnd  e8 d8 e fis1 |
\break
        c1.^\pppp\melisma | c | c4\melismaEnd cis^\mp b,1^~ | b,1. |
\break
        \dimTextDim gis4^\pppp\melisma e c1 |
        gis4 e c1 | e4 d c1 | e4 d c1 |
\break
        c4.\melismaEnd b,4.^\mp c8 cis16 b,16 a,2 |
        cis16 b, a,4 b,4. c8 cis16 b,16 a,2 |
        cis16 b, a,4 b,4. c8 cis16 b,16 a,2 |
        cis8 b,4. a1 |
\break
%%21-24
        a1.^\pppp\melisma | a | a | a |
\break
%%25-29
        a8\melismaEnd a,4.^\f gis,2 fis, | gis,16 a,4 gis,16 gis,8 gis,1 |
        cis16 d4 cis16 cis8 cis1 | fis16 gis4 fis16 fis8 fis1~ |
        fis1.^\fermata  \bar "|."
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Next: , Previous: , Up: Top  

Texinfo(footprints.texi)

footprints.texi
%% 12:45 AM Saturday, January 20, 2024
%% Yukio Yoshida.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input colordvi.tex
\input texinfo
@c %**start of header
@setfilename footprints.info
@c @settitle footprints
@documentlanguage en
@documentencoding utf-8
@setchapternewpage odd
@c %**end of header

@c *********** Body start ******************
@node       Top,         Music Sheet,    ("dir"),    ("dirTop")
@comment  node-name,        next,        previous,       up
@c @node Top
@ifhtml
@html
<p align = "center">
<span  style="font-size: 40px;"><b>Footprints</b></spam>
</p>
<code>
[file-code; "ly,texi,sh are UTF-8"]<br />
<span style="font-size: 16px;">
<b>Normally; Windows & Linux "[Prompt] <kbd> lilypond --png --pdf name.ly</kbd>[Enter]"</b><br />
<b>And---- Only; 
 <i>Linux(Prompt)<kbd> <span style="color: red;">$ ./run--lily.sh name</span></kbd>[Enter]</i>(need makeinfo) ----</b><br />
</span>
</code>
<br />
@end html
@end ifhtml
@c @top
@c @ignore ------------------------------------------------------------------------
@ifhtml
@menu
* footprints::                 --- Music Sheet:                    Music Sheet.
* footprints.ly::             --- Source code framework:  footprints.ly.
* footprints-cv.ly::        --- Source code notes:           footprints-cv.ly.
* footprints.texi::          --- Source code document:    footprints.texi.
* run--makeinfo::  --- Source code run-file:        run--makeinfo.
@end menu
@end ifhtml
@c @end ignore --------------------------------------------------------------------
@html
<p align = "center">
<a href="footprints.midi">footprints.midi</a>(//The one below is mp3//)&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;<a href="footprints.pdf">footprints.pdf</a>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
&#149;&#160;<a href="footprints.tar.gz">footprints.tar.gz</a>&#160;(All-files;&lt;6,100bytes)<br />
<audio src="footprints.mp3" controls>
Download <a href="footprints.mp3">episode 42 Learnung to love HTML5</a>
</audio><br />
The Jacket of a sheet is "png" and Sheets are "svg"</p>
@end html

@node        Music Sheet,   footprints.ly,       Top,      Top
@comment      node-name,        next,            previous,    up
@ifhtml
@unnumbered Music Sheet
@end ifhtml

@html
<a href="footprints.pdf">
<div align="center">
@end html
@html
@image{footprints-page1}@*
<hr style="width:68%; height:4px;" />
<img src="footprints-2.svg" alt="[picture of music]" /><!--  -->
<hr style="width:68%; height:4px;" />
<img src="footprints-3.svg" alt="[picture of music]" /><!--  -->
<hr style="width:68%; height:4px;" />
<img src="footprints-4.svg" alt="[picture of music]" /><!--  -->
<hr style="width:68%; height:4px;" />
@end html
@html
</div></a>
@end html

@c @page
@node       footprints.ly, footprints-cv.ly,  Music Sheet,  Top
@comment      node-name,        next,              previous,    up
@ifhtml
@unnumbered footprints(footprints.ly)
@end ifhtml

@html
<blockquote><blockquote>
<b><i>footprints.ly</i></b>
@end html
@ifhtml
@verbatiminclude footprints.ly
@end ifhtml
@html
</blockquote></blockquote>
@end html

@c @page
@node     footprints-cv.ly,  footprints.texi, footprints.ly, Top
@comment      node-name,         next,               previous,     up
@ifhtml
@unnumbered footprints(footprints-cv.ly)
@end ifhtml

@html
<blockquote><blockquote>
<b><i>footprints-cv.ly</i></b>
@end html
@ifhtml
@verbatiminclude footprints-cv.ly
@end ifhtml
@html
</blockquote></blockquote>
@end html


@ifnottex
@node     footprints.texi,  run--makeinfo, footprints-cv.ly, Top
@comment      node-name,          next,        previous,        up
@end ifnottex
@unnumbered Texinfo(footprints.texi)
@html
<blockquote><blockquote>
<b><i>footprints.texi</i></b>
@end html
@verbatiminclude footprints.texi
@html
</blockquote></blockquote>
@end html

@ifnottex
@node     run--makeinfo,           ,  footprints.texi,   Top
@comment      node-name,   next,          previous,       up
@end ifnottex
@unnumbered run--makeinfo

@html
<blockquote><blockquote>
<b><i>Only; running is on Linux(on WSL).</i></b><br />
@end html

@ifhtml
@html
<span style="font: 16px;">
<table>
<td>
&#160;&#160;&#160;<b><i>run--lily.sh</i></b><br />
<span style="color: red;">
@verbatiminclude run--lily.sh
</span>
</td>
</table>
@end html
@end ifhtml
@ @ @ @ This is under the following environment.@*
@ @ @ @ Linux[on WSL(windows11)]@  ---(GNU/Linux 4.4.0-19041-Microsoft x86_64) or 
(GNU/Linux 5.10.16.3-microsoft-standard-WSL2 x86_64)---@*
@html
</blockquote></blockquote>
<br />
<br />
@end html
@c *********** End Body *********************
@bye

Previous: , Up: Top  

run–makeinfo

Only; running is on Linux(on WSL).
   run--lily.sh
#!/usr/bin/bash
rm -r html
lilypond --pdf --png $1.ly
lilypond --svg $1.ly
makeinfo --no-split --force --html $1.texi
mkdir html
mv *.svg html/
mv *.pdf html/
mv $1-page1.png html/
mv *.midi html/
mv *.html html/
cd html
xdg-open $1.pdf | xdg-open $1.midi | explorer.exe $1.html
cd ../
rm *.eps *.png
ls -lX

    This is under the following environment.
    Linux[on WSL(windows11)]  —(GNU/Linux 4.4.0-19041-Microsoft x86_64) or (GNU/Linux 5.10.16.3-microsoft-standard-WSL2 x86_64)—