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

Top

Plaza

[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) ----

      plaza.midi(//The one below is mp3//)         plaza.pdf          • All files (plaza.tar.gz;<2,750bytes)


Next: , Previous: , Up: Top  

Music Sheet

[picture of music]




Next: , Previous: , Up: Top  

plaza.ly

%%1:45 AM Monday, October 4, 2021
%% Yukio Yoshida
\version "2.22.2"
#(set-default-paper-size "letter")
#(set-global-staff-size 18)
\header {
        dedication = \markup { \column { " " " " "Wordless Poem" " " } }
	    title = "A plaza in a street on Saturday"
        subtitle ="Opus 2"
        subsubtitle = "December 20, 2004"
        composer = \markup { \italic "yukio yoshida" }
        copyright = "public Domain"
%% tagline = " "
}
melodyA= \relative c' {
%% 1-4
         a'1\mp | c4 e8 f,16\ff b4 c16 b8 g16 g | <e g b>1\fff~ |
         <e g b>  \bar "|" \break
%% 5(=10)
         <f a c>4\f <d e g> <c f a>8 <d g b> <e f b>4 \bar ":|:"
         }
melodyAB= \relative c' {%%
%% 6-7(=14)
         a'4 c e,8 f16 b4 f16
         g8 b a4 e f\mark \markup {\musicglyph #"scripts.coda"}
         \bar ":|" }
melodyB= \relative c' {
%% 8(=15)
         g''8 b a4 e f \bar "|" \break
%% 9(=16)
         e4 b'16 c8 a4 a8 a16[( a a]) |
%% 10-12(=19)
         a4. a8 e16 <e f> e <e f> e <e f> e <e f> | a,8 c b4 f g |
         <e g b>4 <d' f a>2.\sf \bar "|" \break
%% 13-16(=23)
         <a' f d>4 <f d b>2 <d b g>4 |
         <e f>8 e <e f> e <e f> e <e f> e |
         <d e>8 c <d e> c <d e> c <d e> c |
         <a b>8 e <a b> e <a b> e <a b> e_\markup{\hspace #1 "D.C."}
          \bar "||" \break
%% D.C --- coda
%% 23+14(=37)
          }
melodyC= {
 %% 1-4
         \set Score.currentBarNumber = #1
         g''32[^\markup {
         \hspace #-2.0 \musicglyph #"scripts.varcoda" \bold Coda} b'']
         \clef bass <g, a, b,>16\sf b,, d, e, f,2 d,16 c, b,, |
         f,4 <e, g, c>\fff c, g, | f,2 e,8 a, e,4 |
         d,4 f,2 e,4 \bar "|" \break
%% 5-10
         d,2 f, | e,2 d, | b,8 c a,16 f, g,2 e,8 |
         c,16 c, f, a, c8 d,16 f, e, e, g,8 f,4 |
         c,8( d, e, f, d, e, f, g,) | a,8 b,  <c e g>2.
         \bar "|" \break
%% 11
         <a f d>4 <f d b>2 <d b g>4 \bar "|:"
          }
melodyCA= {
%% 12-14
         <e f>8 e <e f> e <e f> e <e f> e |
         <d e>8 c <d e> c <d e> c <d e> c |
         <a b>8 e <a b> e <a b> e <a b> e \bar "|" \break
        }
melodyD= {
%% 15-17
         \clef treble \relative c' {
         <e' f>8 e <e f> e <e f> e <e f> e |
         <d e>8 c <d e> c <d e> c <d e> c |
         <a b>8 e <a b> e <a b> e <a b> e \bar ":|" }
          }
melodyE= {
%% 18(End)
        \clef bass
         a,8 b,  <c e g>2.( |
         <c e g>1)_\markup{\hspace #3 "Fine"}
         ^\markup {\hspace #7.5 \musicglyph #"scripts.ufermata"}
         \bar "|." \break }
\score { \context Staff = mel {
                  \clef treble \key c\major \time 4/4 \tempo 4 = 120
                                \melodyA \melodyAB \melodyB \melodyC
                                \melodyCA \melodyD \melodyE }
         \layout {}
        }
\score { \context Staff = mel {
                  \clef treble \key c\major \time 4/4 \tempo 4 =120
                                \melodyA \melodyA \melodyAB \melodyAB
                                \melodyB \melodyA \melodyA \melodyAB
                                \melodyAB  \melodyC \melodyCA \melodyD
                                \melodyCA  \melodyD \melodyE }
         \midi { }
        }

Next: , Previous: , Up: Top  

plaza.texi

%% 5:28 AM Thursday, January 18, 2024
%% Yukio Yoshida
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input colordvi.tex
\input texinfo

@c %**start of header
@setfilename plaza.info
@c @settitle plaza
@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>Plaza</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
* plaza::                 --- Music Sheet:                    Music Sheet.
* plaza.ly::             --- Source code framework:  plaza.ly.
* plaza.texi::          --- Source code document:    plaza.texi.
* run--makeinfo::   --- Source code run-file:        run--makeinfo.
@end menu
@end ifhtml
@c @ignore ------------------------------------------------------------------------
@html
<p align = "center">
&#160;&#160;&#160;&#160;&#160;
<a href="earth.mid">plaza.midi</a>(//The one below is mp3//)&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;<a href="plaza.pdf">plaza.pdf</a>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
&#149;&#160;<a href="plaza.tar.gz">All files</a>&#160;(plaza.tar.gz;&lt;2,750bytes)<br />
<audio src="plaza.mp3" controls>
Download <a href="earth.mp3">episode 42 Learnung to love HTML5</a>
</audio></p>
@end html

@ifnottex
@node        Music Sheet,   plaza.ly,       Top,      Top
@comment      node-name,     next,          previous,    up
@c @top
@end ifnottex
@unnumbered Music Sheet
@ifhtml
@html
<p align = "center">
<a href="plaza.pdf">
<img src="plaza.svg" alt="[picture of music]" /><!--  -->
<hr style="width:68%; height:4px;" />
</a></p>
<br />
@end html
@end ifhtml
@html
</div>
@end html

@ifnottex
@node          plaza.ly,       plaza.texi,  Music Sheet,  Top
@comment    node-name,     next,         previous,        up
@end ifnottex
@unnumbered plaza.ly
@html
<blockquote><blockquote>
@end html
@verbatiminclude plaza.ly
@html
</blockquote></blockquote>
@end html

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

@ifnottex
@node     run--makeinfo,           ,  plaza.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 *.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)—