Next: Music Sheet, Previous: ("dir"), Up: ("dirTop")
Sprite
[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) ----
sprite.midi(//The one below is mp3//)
sprite.pdf
All files (sprite.tar.gz;<2,800bytes)
Next: sprite.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 = "A water sprite and A wood soul" subtitle ="Opus 4" subsubtitle = "December 20, 2004" composer = \markup { \italic "yukio yoshida" } copyright = "public Domain" %% tagline = " " } LoardOne = { %% 1-4 R2. | <e, a,>2.~ | <e, a,>2.~ | <e, a,>2.| %% 5-8 <e, a,>2.~ | <e, a,>2.~ | <e, a,>2.~ | <e, a,>2. | \break %% 9-12 \clef treble <f'' b''>4. <c'' f''>4. | <d'' g''>4. <a' d''>4. | <g' c''>4. <c'' f''>4. | <b' e''>4. <a' d''>4. | %% 13-16 \stemUp <e'' a''>2.~ | <e'' a''>2. | <e'' a''>2.~ | <e'' a''>2. | \break %% 17-20 <e'' a''>2.~ | <e'' a''>2. | \clef bass <g,, c,>2.\rfz | <g,, c,>2. | %% 21-24 <g,, c,>2. | \clef treble \stemUp <e'' a''>2. | <e'' a''>2. \bar":|" } LoardTwo = { \clef bass \stemNeutral d4.\ff e4.| \break %% 25-30 b,4 d c | g,8 a, c2 | << {c4 d b,}\\{<c, e,>2.} >> | << {\stemDown c8[ a,] b,2}\\{\stemUp e'2.} >> | << \clef treble {\stemDown c'8 a g2}\\{\stemUp a'2.} >> | << {\stemDown e'8 b a2}\\{\stemUp c''2.} >> | \break %% 31-34 << \clef bass {\stemDown c'16( a f d) b( g e c) a( f d b,)}\\ {\stemUp <g' b'>2.~} >> | << {\stemDown f32( e d c b, a, g, f,) <e, c,>2}\\ {\stemUp <g' b'>2.~} >> | << {<b,, d,>2.}\\{\stemUp <g' b'>2.~} >> | << {b,4\rest \stemNeutral c,32( d, e, f, g, a, b, c d e f g a b c' d')}\\ {\stemUp <g' b'>2.} >> | \break %% 35-40 g,,8. a,16 d4 a | \clef treble <f'' a''>4 <c'' e''> <d'' g''> | <g' b'> <f'' b''> <f' a'> | <b' e''>4. <a' d''>4. | <e'' a''>2.~ | <e'' a''>2. | \break %% 41- <e'' a''>2.~ | <e'' a''>2. | \clef bass <g,, c,>2.~ | <g,, c,>2. | <g,, c,>4. \clef treble <f'' b''>4. | \clef bass <g,, c,>4.\rfz \clef treble <f' b'>4. | << {<f' b'>2.^\fermata}\\{\clef bass <g,, c,>2._\fermata} >> \bar "|." } \score { << \context Staff = Loard { \clef bass \key c\major \time 3/4 \tempo 4 = 80 \LoardOne \LoardTwo } >> \layout {} } \score { << \context Staff = Loard { \clef bass \key c\major \time 3/4 \tempo 4 = 80 \LoardOne \LoardOne \LoardTwo } >> \midi {} }
Next: run–makeinfo, Previous: sprite.ly, Up: Top
%% 5:18 AM Thursday, January 18, 2024 %% Yukio Yoshida %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \input colordvi.tex \input texinfo @c %**start of header @setfilename sprite.info @c @settitle sprite @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>Sprite</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 * sprite:: --- Music Sheet: Music Sheet. * sprite.ly:: --- Source code framework: sprite.ly. * sprite.texi:: --- Source code document: sprite.texi. * run--makeinfo:: --- Source code run-file: run--makeinfo. @end menu @end ifhtml @c @ignore ------------------------------------------------------------------------ @html <p align = "center">       <a href="earth.mid">sprite.midi</a>(//The one below is mp3//)         <a href="sprite.pdf">sprite.pdf</a>          • <a href="sprite.tar.gz">All files</a> (sprite.tar.gz;<2,800bytes)<br /> <audio src="sprite.mp3" controls> Download <a href="earth.mp3">episode 42 Learnung to love HTML5</a> </audio></p> @end html @ifnottex @node Music Sheet, sprite.ly, Top, Top @comment node-name, next, previous, up @c @top @end ifnottex @unnumbered Music Sheet @ifhtml @html <p align = "center"> <a href="sprite.pdf"> <img src="sprite.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> </a></p> <br /> @end html @end ifhtml @html </div> @end html @ifnottex @node sprite.ly, sprite.texi, Music Sheet, Top @comment node-name, next, previous, up @end ifnottex @unnumbered sprite.ly @html <blockquote><blockquote> @end html @verbatiminclude sprite.ly @html </blockquote></blockquote> @end html @ifnottex @node sprite.texi, run--makeinfo, sprite.ly, Top @comment node-name, next, previous, up @end ifnottex @unnumbered sprite.texi @html <blockquote><blockquote> @end html @verbatiminclude sprite.texi @html </blockquote></blockquote> @end html @ifnottex @node run--makeinfo, , sprite.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
Previous: sprite.texi, Up: Top
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)—