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

Top

Firenze-3

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

      firenze-3.midi(//The one below is mp3//)         firenze-3.pdf          • All files (firenze-3.tar.gz;<2,490bytes)


Next: , Previous: , Up: Top  

Music Sheet

[picture of music]




Next: , Previous: , Up: Top  

firenze-3.ly

%%  3:28 AM Tuesday, April 18, 2023
%% Yukio Yoshida
\version "2.24.1"
#(set-default-paper-size "letter")
#(set-global-staff-size 18)

\header {
  dedication = \markup { \column { " " " " "Wordless Poem" " " } }
  title = "Resonant of Firenze"
  subtitle = "At Firenze city in Italia"
  subsubtitle = "tenor; C clef on 4th line,     alto; C clef on 3th line."
  poet = ""
  composer = \markup { \italic "yukio yoshida" }
  arranger = \markup{\tiny "No.16 (Feb 08 2007)"}
copyright = "public Domain"
%% tagline = " "
}


altoOne = {
\autoBeamOff
%1-5
\clef alto
  f2. bes | ees' f' | des' aes | des' f'| des' aes |
 \break
%6-10
 ees1. | ges2 bes4 des'2 ges'4_( | ees2.)( ges'2.) |
 f'8[ ees'] des'2 ees'8[ des'] ces'2 | des'8[ ees'] des'2 ees'8[ f'] ges'8 f'4. |
\break
%11-15
 ges'8[ f'] ees'[ des'] ces'2 des'8[ ees'] f'[ ges'] | R1. |
 ges'8[ f'] ees'[ des'] ces'2 des'8[ ees'] f'[ ges'] | ces'1._( | ees1.) |
\break
%16-19
 ges4 bes2 des'4 ges'2 | f'2. des' | aes2 des' f'_( | ees2.)( ges'2.) |
 f'4. ges'8 f'[ ees'] des'2 ees'8[ des'] |
\break
%20-
 ces'2 des'8[ ees'] des'2 ees'8[ f'8] | ees'2 des' aes | R1. | des'2. f' |
 bes2. f \bar "|."
}

tenorOne = {
\autoBeamOff
%1-5
\clef tenor
 ees'2. bes | f ees | ges ces' | ges ees | ges ces' |
\break
%6-10
 f'1. | des'4 bes2 ges4 des2( | f'2.)_( des2.) |
 ees8[ f] ges2 f8[ ges] aes2 | ges8[ f] ges2 f8[ ees] des8 ees4. |
\break
%11-15
 R1. | des8[ ees] f[ ges] aes2 ges8[ f] ees[ des] |
 des8[ ees] f[ ges] aes2 ges8[ f] ees[ des] | aes1.( | f'1.) |
\break
%16-19
 des'2 bes4 ges2 des4 | ees2. ges | ces'2 ges ees( | f'2.)_( des2.) |
 ees4. des8 ees8[ f] ges2 f8[ ges] |
\break
%20-
 aes2 ges8[ f] ges2 f8[ ees] | f2 ges ces' | R1. |ges2. ees | bes ees' \bar "|."
}


% --- get sheet music --------------------------------------------------------
\score {
     \context ChoirStaff = "coroOne" <<
     \new Voice \with { \consists Ambitus_engraver} {
                                       \key ges\major \time 3/2 \altoOne }
     \new Voice \with { \consists Ambitus_engraver} {
                                       \key ges\major \time 3/2 \tenorOne }
                       >>
       \layout { }
}

% --- get midi music ---------------------------------------------------------
\score {
     \context ChoirStaff = "coroOne" <<
       %%\new Staff \with { \consists Ambitus_engraver} {
       \new Staff { \key ges\major \time 3/2
            \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \altoOne }
       \new Staff { \key ges\major \time 3/2
            \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \tenorOne }
                       >>
        \midi { }
}

Next: , Previous: , Up: Top  

firenze-3.texi

%% 1:34 PM Thursday, January 18, 2024
%% Yukio Yoshida
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input colordvi.tex
\input texinfo

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

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

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

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

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