ave-maria

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

Top

• ave-maria-2011.tar.gz (All-files;<6,850bytes)

ave-maria.midi      ave-maria.pdf;

Sound is mp3.

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


Next: , Previous: , Up: Top  

Music Sheet

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

Next: , Previous: , Up: Top  

My manuscript score file.

ave-maria.ly
%% 2:58 AM Wednesday, February 1, 2023
%% Yukio
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Use LilyPond "\book format".
\version "2.22.1"
\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 { \RemoveEmptyStaffContext }
           }
}

%% 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  

My manuscript score sub file.

ave-maria-cv.ly
%% 4:35 AM Wednesday, February 1, 2023
%% 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  

Texinfo file.

ave-maria.texi
%% 2:57 AM Wednesday, February 1, 2023
%% Yukio
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input colordvi.tex
\input texinfo   @c -*-texinfo-*-
@c %**start of header
@setfilename ave-maria.info
@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
@c @top
@end ifnottex

@menu
[file-code; "UTF-8"]
* ave-maria --- 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
@html
&#149;&#160;<a href="ave-maria-2011.tar.gz">ave-maria-2011.tar.gz</a>&#160;(All-files;&lt;6,850bytes)<br />
@end html

@html
<br />
<div align="center">
<a href="ave-maria.midi">ave-maria.midi</a>
&#160;&#160;&#160;&#160;
<a href="ave-maria.pdf">ave-maria.pdf</a>;
</div>
<p align = "center">
<a href="ave-maria.mp3">Sound is mp3.</a><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

@unnumbered Music Sheet

@html
<b><i></i></b>
@end html

@html
<div align="center">
<a href="ave-maria.pdf">
@end html
@ifhtml
@html
<img src="ave-maria-page1.png" alt="[picture of music]" /><!--  -->
<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;" />
</a>
@end html
@end ifhtml
@html
</div>
@end html


@ifnottex
@node       ave-maria.ly, ave-maria-cv.ly,  Music Sheet,  Top
@comment    node-name,     next,         previous,    up
@end ifnottex
@unnumbered My manuscript score file.
@html
<blockquote><blockquote>
<b><i>ave-maria.ly</i></b>
@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    ode-name,        next,      previous,   up
@end ifnottex
@unnumbered My manuscript score sub file.
@html
<blockquote><blockquote>
<b><i>ave-maria-cv.ly</i></b>
@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
@unnumbered Texinfo file.
@html
<blockquote><blockquote>
<b><i>ave-maria.texi</i></b>
@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; ON WSL(Windows Subsystem for Linux)
@end ifhtml
@ifhtml
@html
<hr size="10pt" />
<blockquote>
<p>&nbsp;&nbsp;&nbsp;&nbsp;This is under the following environment.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&quot;Linux[on WSL(windows11)]&nbsp; &mdash;(GNU/Linux 4.4.0-19041-Microsoft x86_64) or 
(GNU/Linux 5.10.16.3-microsoft-standard-WSL2 x86_64)&mdash;&quot;</p>
This ``ave-maria.ly'' requires external gs (linux) or windows(gswin64.exe or gswin32.exe) processing.<br />
----- The music cover creation code is written inside lilypond(ave-maria.ly). -----<br />
<br />
<table>
<td>
&#182; Windows OS<br /> 
<span style="font-size: 18px;">
&#160;&#160;&#160;&#160;<kbd>>run--texi ave-maria</kbd>[Enter]</span><br />
<span style="font-size: 12px;">
This requires LilyPond 2.24.0 + TeXLive + Ghostscript.</span><br />
<pre style=font-size:16px>
----------- File name is run--texi.cmd -------------------------------------------
chcp 437
rd /s /q  html
lilypond --pdf --png %1.ly
lilypond --svg %1.ly
rename *.mid *.midi
makeinfo --no-split --force --html %1.texi
mkdir html
move *.svg html/
move *-page1.png html/
move *.pdf html/
move *.midi html/ 
move *.html html/
cd html
%1.pdf | %1.midi | %1.html
cd ../
erase *.eps *.png *.mid
dir /oe
---------------------------------------------------------------------------------
</pre>
<br />
<br />
<br />
</td>
<td>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
</td>
<td>
&#182; linux OS(wsl); (Recommend)<br />
<span style="font-size: 18px;">
&#160;&#160;&#160;&#160;<kbd>$ ./run--texi.sh ave-maria</kbd>[Enter]</span><br />
<span style="font-size: 12px;">
This requires LilyPond 2.24.0 + TeXLive + Ghostscript.</span><br />
<pre style=font-size:16px>
----------- File name is run--texi.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 *-page1.png html/
mv *.pdf 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 -l
-----------------------------------------------------------------------------------
</pre>
<br />
<br />
<br />
</span>
</td>
</table>
@ifhtml
@html
&#182; &#160;&#160;&#160;&#160;&#160;&#160;m(_ _)m<br />
<i>The makeinfo.exe for windows here is a ``personal running file''.<br />
Old;----It was included in W32TeX(2017) distribution(in Japan).<br />
Current:----It is not included in ctan/w32tex or w32tex distribution in Japan. ---</i><br />
@end html
@end ifhtml
</blockquote>
<hr size="10pt" />
<br />
<br />
@end html
@end ifhtml
@sp 1
@c *********** End Body *********************
@bye

Previous: , Up: Top  

run–makeinfo; ON WSL(Windows Subsystem for Linux)


    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)—"

This ``ave-maria.ly'' requires external gs (linux) or windows(gswin64.exe or gswin32.exe) processing.
----- The music cover creation code is written inside lilypond(ave-maria.ly). -----

¶ Windows OS
    >run--texi ave-maria[Enter]
This requires LilyPond 2.24.0 + TeXLive + Ghostscript.
----------- File name is run--texi.cmd -------------------------------------------
chcp 437
rd /s /q  html
lilypond --pdf --png %1.ly
lilypond --svg %1.ly
rename *.mid *.midi
makeinfo --no-split --force --html %1.texi
mkdir html
move *.svg html/
move *-page1.png html/
move *.pdf html/
move *.midi html/ 
move *.html html/
cd html
%1.pdf | %1.midi | %1.html
cd ../
erase *.eps *.png *.mid
dir /oe
---------------------------------------------------------------------------------



                           ¶ linux OS(wsl); (Recommend)
    $ ./run--texi.sh ave-maria[Enter]
This requires LilyPond 2.24.0 + TeXLive + Ghostscript.
----------- File name is run--texi.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 *-page1.png html/
mv *.pdf 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 -l
-----------------------------------------------------------------------------------



¶       m(_ _)m
The makeinfo.exe for windows here is a ``personal running file''.
Old;----It was included in W32TeX(2017) distribution(in Japan).
Current:----It is not included in ctan/w32tex or w32tex distribution in Japan. ---