Next: Music Sheet, Previous: ("dir"), Up: ("dirTop")
Mind
[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) ----
mind.midi(//The one below is mp3//)
mind.pdf
All files (mind.tar.gz;<2,600bytes)
Next: mind.texi, Previous: Music Sheet, Up: Top
%%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 = "Title: In my mind" subtitle ="Opus 3" subsubtitle = "December 20, 2004" composer = \markup { \italic "yukio yoshida" } copyright = "public Domain" %% tagline = " " } Up = \relative c' { %% 1-4 d2.\mf d8[ d16 f] | e2.\f e8[ e16 g] | f2. f8[ f16 a] | g2. g8[ g16 b] \bar "|" \break %% 5-9 <c, e g>4 b4 d f | f8[ g f g e f e f] | g8[ a g a] b[ c b c] | a8[ b a b] c[ d c d] | e4 f e g| \bar "|" \break %% 10-14 R1 | r2 r4. g16[ a] | r4. a16[ g] r2 | R1 | a16( f c a f d b g) b8( d a' c ) | \break %% 15-18 \times 2/3 { a'8(\ff f d a f d) a''( f d a f d) } | a''16(\f f c a c f a c, f, a c f a f c a) | \times 2/3 { a'8(\ff f d a f d) a''( f d a f d) } | a'2 <c c>2\fff \bar "|." } Down = { %% 1-4 c,1\mf | c,\f | c, | c, | \break %% 5-9 <c, e, g,>4 c,4 e, g, | e,4 e, d, d, | c,4 c, b,, b,, | a,, a,, g,, g,, | a,2 a,2 | \break %% 10-14 c8[ e g] d4 f8[ b c'] | c16[ a, c a,] c8 r8 a2 | f2 d8[ g,8] f,16[a,c e] | c'16[ a f d] b,4 b16[ g e c] a,4 | <f c f,>2~ <f d f,>~ | \break %% 15-18 <f d f,>2~ <f c f,>~ | <f c f,>2~ <f d f,>~ | <f d f,>2~ <f c f,>~ | <f c f,>2~ <f c f,> \bar "|." } \score { \context StaffGroup << \context Voice = Up { \clef treble \key c\major \time 4/4 \tempo 4 = 80 \Up } \context Voice = Down { \clef bass \key c\major \time 4/4 \tempo 4 = 80 \Down } >> \layout { } \midi { } }
Next: run–makeinfo, Previous: mind.ly, Up: Top
%% 5:39 AM Thursday, January 18, 2024 %% Yukio Yoshida %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \input colordvi.tex \input texinfo @c %**start of header @setfilename mind.info @c @settitle mind @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>Mind</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 * mind:: --- Music Sheet: Music Sheet. * mind.ly:: --- Source code framework: mind.ly. * mind.texi:: --- Source code document: mind.texi. * run--makeinfo:: --- Source code run-file: run--makeinfo. @end menu @end ifhtml @c @ignore ------------------------------------------------------------------------ @html <p align = "center">       <a href="earth.mid">mind.midi</a>(//The one below is mp3//)         <a href="mind.pdf">mind.pdf</a>          • <a href="mind.tar.gz">All files</a> (mind.tar.gz;<2,600bytes)<br /> <audio src="mind.mp3" controls> Download <a href="earth.mp3">episode 42 Learnung to love HTML5</a> </audio></p> @end html @ifnottex @node Music Sheet, mind.ly, Top, Top @comment node-name, next, previous, up @c @top @end ifnottex @unnumbered Music Sheet @ifhtml @html <p align = "center"> <a href="mind.pdf"> <img src="mind.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> </a></p> <br /> @end html @end ifhtml @html </div> @end html @ifnottex @node mind.ly, mind.texi, Music Sheet, Top @comment node-name, next, previous, up @end ifnottex @unnumbered mind.ly @html <blockquote><blockquote> @end html @verbatiminclude mind.ly @html </blockquote></blockquote> @end html @ifnottex @node mind.texi, run--makeinfo, mind.ly, Top @comment node-name, next, previous, up @end ifnottex @unnumbered mind.texi @html <blockquote><blockquote> @end html @verbatiminclude mind.texi @html </blockquote></blockquote> @end html @ifnottex @node run--makeinfo, , mind.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>    <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
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 -lXThis 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)—