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

Top

Milano-2

[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-2.midi(//The one below is mp3//)         milano-2.pdf          • All files (milano-2.tar.gz;<2,440bytes)


Next: , Previous: , Up: Top  

Music Sheet

[picture of music]




Next: , Previous: , Up: Top  

milano-2.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, 2"
  subtitle = "At Milano city in Italia"
  subsubtitle = "baritone; C clef on 5th line,     alto; C clef on 3th line."
  poet = ""
  composer = \markup { \italic "yukio yoshida" }
  arranger = \markup{\tiny "No.8 (Oct 10 2006)"}
  copyright = "public Domain"
%% tagline = " "
}

altoOne = {
\autoBeamOff
%1-4
  c'2. d'2 c'4 | f'2 ees'4 f'2. | d'2. d' | r2 ees'4 c'2. |
\break
%5-8
  c'2. d'2 c'4 | f'2 ees'4 f'2. | f'2 g'4 ees'2 ees'4 | d'1. |
\break
%9-12
  g'2 a' g' | aes' g' bes' | f'2. a'2. | cis'2 e' g' |
\break
%13-16
  eis'2 b a | bes4 aes2. c'2 | aes4 c'2 bes4 ees'2 | f'2 ees'4 f'2. |
\break
%17-20
 R1. | c'2. d'2 c'4 | f'2 ees'4 bes'2. | d'1.^\fermata \bar "|."
}

baritonOne = {
\autoBeamOff
%1-4
  f1. | g1. | g4. ees4. ees2. | d2 ees4 f g2 |
\break
%5-8
  R1. | r2. f2. | g2. aes2. | aes2 bes4 g2 f4 |
\break
%9-12
  f2. aes2. | aes4-. bes4-. aes4-. bes4-. a4-. b4-. |
  d'2. bes2. | f2 dis4 ees2. |
\break
%13-16
  g4 bes2 c'4 d'2 | c'2 ees'4 d'2 bes4 | aes2. g2. | bes2. f2. |
\break
%17-2o
  f2. c'2. | gis2 d4 ees f2 | g2 f4 bes d'2 | g1.^\fermata \bar "|."
}

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

     \new Voice \with { \consists Ambitus_engraver} {
                           \clef baritone \key ees\major \time 3/2
     \set Staff.midiInstrument = "contrabass"
     \set Staff.instrumentName = \markup{"baritone"} \baritonOne }
                       >>
        >>

       \layout { }
        \midi {
       %% Remove the dynamics from the midi output
        \context { \Voice
                   \remove "Dynamic_performer"
                  }
               }
}

Next: , Previous: , Up: Top  

milano-2.texi

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

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

@ifnottex
@node        Music Sheet,   milano-2.ly,       Top,      Top
@comment      node-name,     next,          previous,    up
@c @top
@end ifnottex
@unnumbered Music Sheet
@ifhtml
@html
<p align = "center">
<a href="milano-2.pdf">
<img src="milano-2.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-2.ly,       milano-2.texi,  Music Sheet,  Top
@comment    node-name,     next,         previous,        up
@end ifnottex
@unnumbered milano-2.ly
@html
<blockquote><blockquote>
@end html
@verbatiminclude milano-2.ly
@html
</blockquote></blockquote>
@end html

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

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