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

Top

Dream

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

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


Next: , Previous: , Up: Top  

Music Sheet

[picture of music]




Next: , Previous: , Up: Top  

dream.ly

%% 2:36 AM Wednesday, January 4, 2023
%% Yukio Yoshida
\version "2.22.2"
#(set-default-paper-size "letter")
#(set-global-staff-size 18)
\header {
        dedication = \markup { \column { " " " " "Wordless Poem" " " } }
	    title = "The midll of Dream"
        subtitle ="Opus 5"
        subsubtitle = "December 20, 2004"
        composer = \markup { \italic "yukio yoshida" }
        copyright = "public Domain"
%% tagline = " "
}
Soprano = {  \autoBeamOff
   R1*2 |
   e''4 \acciaccatura {\relative c''{g'32 fis e d fis c b d a }}
   c''4 fis'' d'' | \break
   g''4 b'' \acciaccatura {\relative c''{g'32 fis e d fis c b d a }}
   cis''4 e'' | \break
   a''4 c''' g'' \relative c''{g'64[\mp fis e d fis c b d] } b''8\fff |
   a''4 c''' g'' b'' | \break
   fis''32[( d'' c''16] a''8)
   \acciaccatura {\relative c'{fis'32 e d fis c b d a }}b''2 fis''4 |
   c'' \acciaccatura {\relative c''{fis'16 e d fis c b d a }}e''4
   \acciaccatura {\relative c'{fis'16 e d fis c b d a }}d''4 b'' |
   c'' \acciaccatura {\relative c''{fis'16 e d fis c b d a }}e''4
   \acciaccatura {\relative c'{fis'16 e d fis c b d a }}d''4 b'' |
   R1*2 |
            }
Treble = { \autoBeamOff
\times 2/3 {
 <fis a>16[(\mf <g b> <a c>)] <a c>[( <g b> <fis a>)]
 <fis a>[( <g b> <a c>)] <a c>[( <g b> <fis a>)]
 <e g>[( <fis a> <g b>)] <g b>[( <fis a> <e g>)]
 <e g>[( <fis a> <g b>)] <g b>[( <fis a> <e g>)] } |
 \times 2/3 {
 <fis a>16[(\mf <g b> <a c>)] <a c>[( <g b> <fis a>)]
 <fis a>[( <g b> <a c>)] <a c>[( <g b> <fis a>)]
 <e g>[( <fis a> <g b>)] <g b>[( <fis a> <e g>)]
 <e g>[( <fis a> <g b>)] <g b>[( <fis a> <e g>)] } |
\times 2/3 {
 <fis a>16[(\mf <g b> <a c>)] <a c>[( <g b> <fis a>)]
 <fis a>[( <g b> <a c>)] <a c>[( <g b> <fis a>)]
 <e g>[( <fis a> <g b>)] <g b>[( <fis a> <e g>)]
 <e g>[( <fis a> <g b>)] <g b>[( <fis a> <e g>)] } |
 \relative c,,{
 \times 2/3 {
 <fis a>16[(\mf <g b> <a c>)] <a c>[( <g b> <fis a>)]
 <fis a>[( <g b> <a c>)] <a c>[( <g b> <fis a>)]
 <e g>[( <fis a> <g b>)] <g b>[( <fis a> <e g>)]
 <e g>[( <fis a> <g b>)] <g b>[( <fis a> <e g>)] }} |
 \relative c,{
 \times 2/3 {
 <fis a>16[(\mf <g b> <a c>)] <a c>[( <g b> <fis a>)]
 <fis a>[( <g b> <a c>)] <a c>[( <g b> <fis a>)]
 <e g>[( <fis a> <g b>)] <g b>[( <fis a> <e g>)] }}
 \relative c,,{ \times 2/3 {
 <e g>[(\ff <fis a> <g b>)] <g b>[( <fis a> <e g>)] }} |
 \relative c,,{
 \times 2/3 {
 <fis a c>16[( <g b d> <a c e>)] <a c e>[( <g b d> <fis a c>)]
 <fis a c>[( <g b d> <a c e>)] <a c e>[( <g b d> <fis a c>)]
 <e g b>[( <fis a c> <g b d>)] <g b d>[( <fis a c> <e g b>)]
 <e g b>[( <fis a c> <g b d>)] <g b d>[( <fis a c> <e g b>)] }} |
 R1 * 3 |
\times 2/3 {
 <fis a>16[(\mf <g b> <a c>)] <a c>[( <g b> <fis a>)]
 <fis a>[( <g b> <a c>)] <a c>[( <g b> <fis a>)]
 <e g>[( <fis a> <g b>)] <g b>[( <fis a> <e g>)]
 <e g>[( <fis a> <g b>)] <g b>[( <fis a> <e g>)] } |
 \times 2/3 {
 <fis a>16[(\mf <g b> <a c>)] <a c>[( <g b> <fis a>)]
 <fis a>[( <g b> <a c>)] <a c>[( <g b> <fis a>)]
 <e g>[( <fis a> <g b>)] <g b>[( <fis a> <e g>)]
 <e g>[( <fis a> <g b>)] <g b>[( <fis a> <e g>)] } \bar "|."
       }
\score {
         \context StaffGroup <<
             \new Voice { \clef treble \key g\major \time 4/4 \Soprano }
             \new Staff { \clef bass \key g\major \time 4/4 \Treble }
                             >>
    \layout { }
    \midi {  }
      }

Next: , Previous: , Up: Top  

dream.texi

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

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

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

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

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

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