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

Top

Milano

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

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


Next: , Previous: , Up: Top  

Music Sheet

[picture of music]




Next: , Previous: , Up: Top  

milano.ly

%%11:41 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 = "Landscape of Milano"
  subtitle = "At Milano city in Italia"
  subsubtitle = "bass; F clef on 4th line,     soprano; C clef on 1th line."
  poet = ""
  composer = \markup { \italic "yukio yoshida" }
  arranger = \markup{\tiny "No.7 (Oct 05 2006)"}
  copyright = "public Domain"
%% tagline = " "
}

sopranoOne = {
\autoBeamOff
%1-4
  a'1. | e'2 b'1 | c''1. | e'2 a'2. r4 |
\break
%5-8
  b'8[ a'] b'4  b'8[ a'] c''2. | b'2 a' c'' | a'4 b' a'2 b' | a'1. |
\break
%9-12
  a'4~ a'8[ g' f' e' d'] g'2 f'8 | e'8[ d'] e'4 f'8[ e' d' c'] d'2 |
  e'1. | c'8[ e'] d'8[ e' f' g'] e'2. |
\break
%13-16
  c'1. | a'4. b'8 c''4 a'2.~ | a'4 g'2 a'8[ b'] a'[ g' f' e'] | a'1. |
\break
%17-20
   a'1. | e'2 b'1 | c''1. | a'1.^\fermata  \bar "|."
}


bassOne = {
\autoBeamOff
%1-4
  a,2 a,4. b,8 c4 a,~ | a, f2 g8[ a] g[ f e d] | c4 f2 e8[ d] e2 |
  eis4 e8[ d] c[ b, a,] e8 eis2 |
\break
%5-8
  R1. | e8[ d] e2 e8[ d] e2 | f8[ g] f[ e d c] a,2. | e8[ d] e2 eis2. |
\break
%9-12
 b4 bis2 c'2. | b2 c'4 a2 c'4 | a2. c'2. | g1. |
\break
%13-16
 a,4. b,8 c4  b,2 c4 | d8[ e] c2. b,2 | a,1. | a,1. |
\break
%17-20
  a,2 a,4. b,8 c4 a,~ | a, f2 g8[ a] g[ f e d] | c4 f2 e8[ d] e2 |
  a,1._\fermata \bar "|."
}

\score {
         <<
     \context ChoirStaff = "coroOne" <<
     \new Voice \with { \consists Ambitus_engraver} {
                          \clef soprano \key c\major \time 3/2
     \set Staff.midiInstrument = "pad 4 (choir)"
     \set Staff.instrumentName = \markup{"soprano"} \sopranoOne }

     \new Voice \with { \consists Ambitus_engraver} {
                           \clef bass \key c\major \time 3/2
     \set Staff.midiInstrument = "acoustic bass"
     \set Staff.instrumentName = \markup{"bass"} \bassOne }
                       >>
        >>

       \layout {}
        \midi {}

}

Next: , Previous: , Up: Top  

milano.texi

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

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

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

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

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

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