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

Top

Ave Maria

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

ave-maria.midi(//The one below is mp3//)           ave-maria.pdf          • ave-maria-2011.tar.gz (All-files;<6,350bytes)

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


Next: , Previous: , Up: Top  

Music Sheet

ave-maria-page1

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

Next: , Previous: , Up: Top  

ave-maria.ly

%% 10:57 AM Thursday, January 25, 2024
%% Yukio
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Use LilyPond "\book format".
\version "2.24.0"
\include "ave-maria-cv.ly"
\book{ %% =============================================================================
\bookpart{ %% I =========================================================================
\markup{ \vspace #-.5 }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
#(let* ((port (open-output-file "sheet-title-line.eps")))
  (display "%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 10 30 580 811
%%HiResBoundingBox: 10.00 30.00 580.00 810.10
%%Creator: GPL Ghostscript 950 (eps2write)
%%LanguageLevel: 2
%%CreationDate: D:20230221101237+09'00'
%%Pages: 1
%%EndComments
%%BeginProlog
newpath
/Times-Italic  findfont 14 scalefont setfont 80 800 moveto
(---Year of Production;2011  and  Printing Age; by LilyPond ver 2.24.1---) false charpath 0 stroke
20 40 moveto 20 780 lineto 20 780 moveto 570 780 lineto
570 780 moveto 570 40 lineto 570 40 moveto 20 40 lineto
.22 0 0 setrgbcolor 20 setlinewidth stroke
%% in-line
newpath
50 70 moveto 50 740 lineto 50 740 moveto 540 740 lineto
540 740 moveto 540 70 lineto 540 70 moveto 50 70 lineto
0 0 0 setrgbcolor 3 setlinewidth stroke
%% Title-Word
/Times-Italic findfont 100 scalefont setfont 136 500 moveto 1 0 0 setrgbcolor
(AVE) false charpath 3 setlinewidth stroke
/Times-Italic findfont 120 scalefont setfont 120 390 moveto 1 0 0 setrgbcolor
(MARIA) false charpath 3 setlinewidth stroke" port )

 (close port))
%Trailer
%% end make sheet-title-line.eps --------
\markup { \center-column {
\epsfile #X #124 #"sheet-title-line.eps"
\vspace #-6  %% Under of Title letters
\line { \bold \italic \tiny
"The dynamic of performance is freedom(the conductor's) discretion." } } }
\pageBreak %% ========================
\markup { " " }
\markup {
About location \hspace #3 \musicglyph #"noteheads.uM2"(longa) \hspace #2 and \hspace #3 \musicglyph #"noteheads.sM1"(breve) }
\markup {
 \italic " Please, Breath of longa and breve do in the members alternating(But, like Don't stand out). " }
\markup { " " }
\markup { \vspace #14 }
\markup { \line { \hspace #16 \bold "Prayers;(Latin)"} }
\markup { \hspace #32 \italic \column { " "
"Ave Maria, gratia plena,"
"Dominus tecum,"
"    benedicta tu in mulieribus,"
"    et benedictus fructus ventris tui Jesus."
" "
\teeny \normal-text "          (Posterity, additional statements by the Franciscan)"
"Sancta Maria mater Dei,"
"    ora pro nobis peccatoribus, nunc,"
"    et in hora mortis nostrae."
" "
"Amen."
" "
            } }
\markup { \vspace #4 }
} %% end bookpart I ===================================================================

\pageBreak
\bookpart{ %% II ======================================================================
\header {
 dedication = " "
 title = \markup{ \line { \huge\bold  "Ave Maria"} }
 subtitle = \markup{ \line {\bold "2011" }}
 %% subsubtitle = #(string-append "LilyPond version " (lilypond-version))
 subsubtitle = \markup{\center-column {
                   "soprano; C clef on 1st line,       alto; C clef on 3rd line."
                   "       bass; F clef on 4th line,    tenor; C clef on 4th line."}}
 composer = \markup{ \line {\italic "Yukio Yoshida"}}
 arranger = "Jan. 01, 2011"
 poet = ""
 opus = "Op.52 Ave Maria;No.6"
 meter = "Calando"
 copyright = "public Domain"
}%% End header
%% get sheet music ---------------------------------------------------------------
\score {
         <<
%%           \context ChoirStaff = "FourPartStaffaddchorus" <<
                  \context StaffGroup <<  
 \new Voice = "soprano" { \clef soprano \key c\major \time 4/4
                        \set Staff.instrumentName = "soprano" \soprano }
                        \new Lyrics = "mainSL" \lyricsto "soprano" { \sopranoL }

           \new Voice = "alto" { \clef alto \key c\major \time 4/4
                        \set Staff.instrumentName = "alto   " \alto }
                        \new Lyrics = "mainAL" \lyricsto "alto" { \altoL }

           \new Voice = "tenor" { \clef tenor \key c\major \time 4/4
                        \set Staff.instrumentName = "tenor  " \tenor }
                        \new Lyrics = "mainTL" \lyricsto "tenor" { \tenorL }

           \new Voice = "bass" { \clef bass \key c\major \time 4/4
                        \set Staff.instrumentName = "bass   " \bass }
                        \new Lyrics = "mainBL" \lyricsto "bass" { \bassL }
                                           >>

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

         >>

  \layout {
            \context { \Staff \RemoveEmptyStaves }
           }
}

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

           \new Staff { \clef alto \key c\major \time 4/4 \tempo 4 = 60
                         \set Staff.midiInstrument = "pad 2 (warm)"
                                         \unfoldRepeats          \altoM }

           \new Staff { \clef tenor \key c\major \time 4/4 \tempo 4 = 60
                         \set Staff.midiInstrument = "pad 2 (warm)"
                                         \unfoldRepeats       \tenorM }

           \new Staff { \clef bass \key c\major \time 4/4 \tempo 4 = 60
                        \set Staff.midiInstrument = "pad 2 (warm)"
                                         \unfoldRepeats          \bassM }

           %%\new Staff { \clef treble \key c\major \time 4/4 \tempo 4 = 60
           %%             \set Staff.midiInstrument = "acoustic grand"
           %%                                \unfoldRepeats       \pianoUPm }
           %%\new Staff { \clef bass \key c\major \time 4/4 \tempo 4 = 60
           %%             \set Staff.instrumentName = "acoustic grand"
           %%                                \unfoldRepeats     \pianoDownm }
         >>

   \midi { tempoWholesPerMinute = #(ly:make-moment 60 4) }
}
%%%%%%%%% music score End %%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pageBreak %% ================================
%% eps-part -------------------------------------------------------------------
%% C:\Program Files (x86)\LilyPond\usr\share\ghostscript\....\Resource\Init\
%% Fontmap.GS // Not!! [Windows--ghostscript]
#(let* ((port (open-output-file "Source-code.eps")))
  (display "%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 60 227 525 636
%%HiResBoundingBox: 60.20 227.30 524.50 635.60
%%Creator: GPL Ghostscript 922 (eps2write)
%%LanguageLevel: 2
%%CreationDate: D:20180608144500+09'00'
%%Pages: 1
%%EndComments
/Times-Italic findfont 200 scalefont setfont 120 500 moveto 1 0 0 setrgbcolor
(ALL) false charpath 4 setlinewidth stroke

/Times-Italic findfont 120 scalefont setfont 60 320 moveto 0 0 0 setrgbcolor
(SOURCE) false charpath 3 setlinewidth stroke

/Times-Italic findfont 120 scalefont setfont 100 230 moveto 0 0 0 setrgbcolor
(CODE) false charpath 1 setlinewidth stroke"
port)

  (close port))
%Trailer
%% end -----eps part-------------------------------------------------------------------
%%%% Needn't Surce code's Title-String for texi-document.
\markup { \vspace #10 }
\markup { \hspace #12 \epsfile #X #100 #"Source-code.eps" }
\markup { " " }
\markup { \vspace #1 }
\markup { \fill-line { \center-column {
\line { As all;\hspace #2 See! (HTML) @menu }
"https://www.sheet-poem.com/poem/html/2011/2.24.0/ave-maria.html" } } }
\pageBreak
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
} %% end bokkpart II,=========================================================================
}  %% and End book !!=========================================================================
%%%%%%%%%%%%%%% All End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



Next: , Previous: , Up: Top  

ave-maria-cv.ly

%% 10:59 AM Thursday, January 25, 2024
%% Yukio
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% If you want to change of color, then do see! in
%% "define-grobs.scm"(lilypond's system file) 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% This is system-files and for midi's effect
\include "articulate.ly" %% But here isn't use. See----> midi block
%% for sheet-music
#(set-default-paper-size "letter")
#(set-global-staff-size 18)
%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%
%% soprano = { \hide Staff.BarLine
%%    ::::::::::::::::::
%%   ::::::::::::::::::::
%%     \undo \hide Staff.BarLine \bar "|." \break
%% } end
%%   Also  \score {  \context StaffGroup << -------------------- 
%%%%%%%%% soprano part %%%%%%%%%%%%%%%%%%%%%
soprano = { \hide Staff.BarLine
    \autoBeamOff
%% 1-4
   r4 c'4\melisma d' e' | f'2 g'\melismaEnd | d'1^~ | d'2 r2 | \break
%% 5-9
   f'2 a' | c''8 d''4. e''4.( d''8) | r8 e''4. f''2 | r8 b'4. f''2~ | f''1 | \break
%% 10-13
   g'8 b'4. g'4.( a'8) | c''2 b'4 a' | c''2.. r8 | g'4 b'4 c''2 | \break
%% 14-17
   R1 * 4 | \break
%% 18-21
   r2^\markup{Largo} f''2 | c''2. b'4 | d''1 | c''8 d''4. e''4.( d''8) | \break
%% 22-25
   c''2 f'4( g') | c''4 d''2. | c''4. d''8 e''2 | d''8 f''2.. | \break
%% 26-33
   R1 * 8 | \break
%% 34-37
   \times 2/3 { a'2 g' a' }  | \times 2/3 { b'2 a' b' } |
   c''4 d''2. | e''4 f''2. | \break
%% 38-42
   R1^\markup{Tempo I} | R1 | d'1 | c'~ | c' 
            \undo \hide Staff.BarLine \bar "|." \break
}

sopranoL = \lyricmode {
    \override Score . LyricText.font-shape = #'italic
    \tiny
A -- men.
A -- ve ma -- ri -- a, grate -- ful! A -- men.
Ev -- ery -- body look you so lovely,
To your smile!
%%Everbody have peace of mind.
%%To your smile!
%%
Ah! Beau -- ti -- ful, ma -- ri -- a,
I am grate -- ful to meet you to -- day,
%%Foever, foever, I wish to meet you.
%%Foever, Foever, I wish being with you.
Ev -- ery -- days, Ev -- ery -- days, to you. A -- men.
%%
A -- men.
}

sopranoM = {
    \autoBeamOff
%% 1-4
   r4 c'4\melisma d' e' | f'2 g'\melismaEnd | d'1^~ | d'2 r2 | \break
%% 5-9
   f'2 a' | c''8 d''4. e''4.( d''8)| r8 e''4. f''2 | r8 b'4. f''2~ | f''1 | \break
%% 10-13
   g'8 b'4. g'4.( a'8) | c''2 b'4 a' | c''2.. r8 | g'4 b'4 c''2 | \break
%% 14-17
   R1 * 4 | \break
%% 18-21
   \tempo 4 = 46
   r2 f''2 | c''2. b'4 | d''1 | c''8 d''4. e''4.( d''8) | \break
%% 22-25
   c''2 f'4( g') | c''4 d''2. | c''4. d''8 e''2 | d''8 f''2.. | \break
%% 26-33
   R1 * 8 | \break
%% 34-37
   \times 2/3 { a'2 g' a' }  | \times 2/3 { b'2 a' b' } |
   c''4 d''2. | e''4 f''2. | \break
%% 38-42
   \tempo 4 = 60
   R1 * 2 | d'1 | c'~ | c' \bar "|." \break
}


%%%%%%%%%% alto part %%%%%%%%%%%%%%%%%%%%%%
alto = { \hide Staff.BarLine
%% 1-4
     \autoBeamOff
   r4 f4\melisma g a | b2. c'4\melismaEnd | g1^~ | g2 r2 | \break
%% 5-9
   b2 d' | f'8 g'4. a'4.( g'8) | r8 a'4. b'2 | r8 e'4. b'2~ | b'1 | \break
%% 10-13
   R1 * 4 \break
%% 14-17
   c'8 e'4. c'4.( d'8) | f'2 e'4 d' | f'2.. r8 | c'4 f'4 g'2 | \break
%% 18-21
   r2^\markup{Largo} b'2 | f'2. e'4 | g'1 | f'8 g'4. a'4.( g'8) | \break
%% 22-25
   f'2 b4( c') | f'4 g'2. | f'4. g'8 a'2 | g'8 b'2.. | \break
%% 26-33
   R1 * 8 | \break
%% 34-37
   \times 2/3 { d'2 c' d' }  | \times 2/3 { e'2 d' e' } |
   f'4 g'2. | a'4 b'2. | \break
%% 38-42
   R1^\markup{Tempo I} | R1 | g1 | f~ | f 
            \undo \hide Staff.BarLine \bar "|." \break
}

altoL = \lyricmode {
        \override Score . LyricText.font-shape = #'italic
        \tiny
A -- men.
A -- ve ma -- ri -- a, grate -- ful! A -- men.
%%Everybody look you so lovely,
%%To your smile!
Ev -- ery -- body have peace of mind,
To your smile!
%%
Ah! Beau -- ti -- ful, ma -- ri -- a,
I am grate -- ful to meet you to -- day,
%%Foever, foever, I wish to meet you.
%%Foever, Foever, I wish being with you.
Ev -- ery -- days, Ev -- er -- ydays, to you. A -- men.
%%
A -- men.
}

altoM = {
     \autoBeamOff
%% 1-4
   r4 f4\melisma g a | b2. c'4\melismaEnd | g1^~ | g2 r2 | \break
%% 5-9
   b2 d' | f'8 g'4. a'4.( g'8) | r8 a'4. b'2 | r8 e'4. b'2~ | b'1 | \break
%% 10-13
   R1 * 4 \break
%% 14-17
   c'8 e'4. c'4.( d'8) | f'2 e'4 d' | f'2.. r8 | c'4 f'4 g'2 | \break
%% 18-21
   \tempo 4 = 46
   r2 b'2 | f'2. e'4 | g'1 | f'8 g'4. a'4.( g'8) | \break
%% 22-25
   f'2 b4( c') | f'4 g'2. | f'4. g'8 a'2 | g'8 b'2.. | \break
%% 26-33
   R1 * 8 | \break
%% 34-37
   \times 2/3 { d'2 c' d' }  | \times 2/3 { e'2 d' e' } |
   f'4 g'2. | a'4 b'2. | \break
%% 38-42
   \tempo 4 = 60
   R1 * 2 | g1 | f~ | f \bar "|." \break
}

%%%%%%%% tenor part %%%%%%%%%%%%%%%%%%%%%%%
tenor = { \hide Staff.BarLine
     \autoBeamOff
%% 1-4
   f2\melisma g4 a | b2.\melismaEnd c'4 | g1~ | g2 r2 | \break
%% 5-9
   r8 e2 g4.~ | g8 b8 c'4. d'4( e'8) | f'4. g'2 r8 | c'1 | b1 | \break
%% 10-17
   R1 * 8 \break
%% 18-21
   f'2^\markup{Largo} c'2 | b4 d'2.~ | d'1 | r8 b8 c'4. d'4( e'8) | \break
%% 22-25
   d'2 g4( a) | d'1 | d'4. e'8 f'2 | e'8 g'2.. | \break
%% 26
   R1 * 4 | \break
%% 30-33
   g2 g | a2 b | c'2.. d'8 | e'1 | \break
%% 34-37
   \times 2/3 { r2 f2 g }  | \times 2/3 { a2 g a } |
   b4 c'2. | d'4 e'2. | \break
%% 38-42
   R1^\markup{Tempo I} | R1 | g1 | f~ | f 
            \undo \hide Staff.BarLine \bar "|." \break
}

tenorL = \lyricmode {
     \override Score . LyricText.font-shape = #'italic
     \tiny
m A -- men.
A -- ve ma -- ri -- a, grate -- ful! A -- men.
%%Everybody look you so lovely,
%%To your smile!
%%Everbody have peace of mind.
%%To your smile!
%%
Oh! Beau -- ti -- ful, ma -- ri -- a,
I'm grate -- ful to meet you to -- day,
%%Foever, foever, I wish to meet you.
Foever, Foever, I wish being with you.
Every -- days, Ev -- ery -- days, to you. A -- men.
A -- men.
}

tenorM = {
     \autoBeamOff
%% 1-4
   f2\melisma g4 a | b2.\melismaEnd c'4 | g1~ | g2 r2 | \break
%% 5-9
   r8 e2 g4.~ | g8 b c'4. d'4( e'8) | f'4. g'2 r8 | c'1 | b1 | \break
%% 10-17
   R1 * 8 \break
%% 18-21
   \tempo 4 = 46
   f'2 c'2 | b4 d'2.~ | d'1 | r8 b8 c'4. d'4( e'8) | \break
%% 22-25
   d'2 g4( a) | d'1 | d'4. e'8 f'2 | e'8 g'2.. | \break
%% 26-29
   R1 * 4 | \break
%% 30-33
   g2 g | a2 b | c'2.. d'8 | e'1 | \break
%% 34-37
   \times 2/3 { r2 f2 g }  | \times 2/3 { a2 g a } |
   b4 c'2. | d'4 e'2. | \break
%% 38-42
   \tempo 4 = 60
   R1 * 2 | g1 | f~ | f \bar "|." \break
}

%%%%%%% bass; part %%%%%%%%%%%%%%%%
bass = { \hide Staff.BarLine
   \autoBeamOff
%% 1-4
   b,2\melisma c4 d | e2\melismaEnd f | c1~ | c2 r2 | \break
%% 5-9
   r8 a,2 c4.~ | c8 d e4. f4( g8) | a4. b2 r8 | e1 | d1 | \break
%% 10-17
   R1 * 8 \break
%% 18-21
   b2^\markup{Largo} f | e4 g2.~ | g1 | r8 e8 f4. g4( a8) | \break
%% 22-25
   g2 c4( d) | g1 | g4. a8 b2 | a8 c'2.. | \break
%% 26-29
   c2 c | d2 e | f4 g2. | a1 | \break
%% 30-33
   R1 * 4 | \break
%% 34-37
   \times 2/3 { r2 b,2 c }  | \times 2/3 { d2 c d } |
   e4 f2. | g4 a2. | \break
%% 38-42
   R1^\markup{Tempo I} | R1 | c1 | b,~ | b,
            \undo \hide Staff.BarLine \bar "|." \break
}

bassL = \lyricmode {
    \override Score . LyricText.font-shape = #'italic
    \tiny
m A -- men.
A -- ve ma -- ri -- a, grate -- ful! A -- men.
%%Everybody look you so lovely,
%%To your smile!
%%Everbody have peace of mind.
%%To your smile!
%%
Oh! Beau -- ti -- ful, ma -- ri -- a,
I'm grate -- ful to meet you to -- day,
Foever, Foever, I wish to meet you.
%%Foever, Foever, I wish being with you.
Every -- days, Ev -- ery -- days, to you. A -- men
%%
A -- men.
}

bassM = {
   \autoBeamOff
%% 1-4
   b,2\melisma c4 d | e2\melismaEnd f | c1~ | c2 r2 | \break
%% 5-9
   r8 a,2 c4.~ | c8 d e4. f4( g8) | a4. b2 r8 | e1 | d1 | \break
%% 10-17
   R1 * 8 \break
%% 18-21
   \tempo 4 = 46
   b2 f | e4 g2.~ | g1 | r8 e8 f4. g4( a8) | \break
%% 22-5
   g2 c4( d) | g1 | g4. a8 b2 | a8 c'2.. | \break
%% 26-29
   c2 c | d2 e | f4 g2. | a1 | \break
%% 30-33
   R1 * 4 | \break
%% 34-37
   \times 2/3 { r2 b,2 c }  | \times 2/3 { d2 c d } |
   e4 f2. | g4 a2. | \break
%% 38-42
   \tempo 4 = 60
   R1 * 2 | c1 | b,~ | b, \bar "|." \break
}
%%%
%%%%%%%%%%%%%%%%%%%% End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% Thank you. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Next: , Previous: , Up: Top  

ave-maria.texi

%% 11:04 AM Thursday, January 25, 2024
%% Yukio Yoshida.
\input colordvi.tex
\input texinfo 
@c %**start of header
@setfilename ave-maria.info
@c @settitle Ave Maria
@documentlanguage en
@documentencoding utf-8
@setchapternewpage odd
@c %**end of header

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

@ifnottex
@node            Music Sheet,      ave-maria.ly,             Top,        Top
@comment      node-name,            next,                previous,       up
@end ifnottex
@ifhtml
@unnumbered Music Sheet
@end ifhtml
@html
<div align="center">
<a href="ave-maria.pdf">
@end html
@ifhtml
@image{ave-maria-page1}@*
@html
<hr style="width:68%; height:4px;" />
<img src="ave-maria-2.svg" alt="[picture of music]" /><!--  -->
<hr style="width:68%; height:4px;" />
<img src="ave-maria-3.svg" alt="[picture of music]" /><!--  -->
<hr style="width:68%; height:4px;" />
<img src="ave-maria-4.svg" alt="[picture of music]" /><!--  -->
<hr style="width:68%; height:4px;" />
<img src="ave-maria-5.svg" alt="[picture of music]" /><!--  -->
<hr style="width:68%; height:4px;" />
@end html
@end ifhtml
@html
</a></div>
@end html

@ifnottex
@node                ave-maria.ly,                ave-maria-cv.ly,         Music Sheet,       Top
@comment         node-name,                      next,                         previous,            up
@end ifnottex
@ifhtml
@unnumbered ave-maria.ly
@end ifhtml
@html
<blockquote><blockquote>
@end html
@verbatiminclude ave-maria.ly
@html
</blockquote></blockquote>
@end html

@ifnottex
@node               ave-maria-cv.ly,                ave-maria.texi,                   ave-maria.ly,           Top
@comment          node-name,                          next,                                 previous,              up
@end ifnottex
@ifhtml
@unnumbered ave-maria-cv.ly
@end ifhtml
@html
<blockquote><blockquote>
@end html
@verbatiminclude ave-maria-cv.ly
@html
</blockquote></blockquote>
@end html

@ifnottex
@node                 ave-maria.texi,        run--makeinfo,             ave-maria-cv.ly,            Top
@comment            node-name,                next,                            previous,                   up
@end ifnottex
@ifhtml
@unnumbered  ave-maria.texi
@end ifhtml
@html
<blockquote><blockquote>
@end html
@verbatiminclude ave-maria.texi
@html
</blockquote></blockquote>
@end html

@ifnottex
@node         run--makeinfo,                  ,            ave-maria.texi,                     Top
@comment    node-name,            next,               previous,                               up
@end ifnottex
@ifhtml
@unnumbered run--makeinfo
@end ifhtml
@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)—