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

Top

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

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


Next: , Previous: , Up: Top  

Music Sheet

[picture of music]




Next: , Previous: , Up: Top  

firenze-2.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 = "Lux of Firenze"
  subtitle = "At Firenze 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.15 (Feb 01 2007)"}
copyright = "public Domain"
%% tagline = " "
}

sopranoOne = {
\autoBeamOff
%1-6
\clef soprano
 r16 bis'8 bis' cis''4 cis''8 cis'' dis''4 dis''8 dis'' eis''8. |
 cis'8.[ eis'16] dis'8.[ fis'16] eis'8.[ ais'16] gis'8.[ bis'16]
 ais'8.[ cis''16] bis'8.[ eis''16] |
\break
%3-6
 dis''8.[ r16] eis''2 dis''8.[ r16] eis''2 |
 \repeat volta 2 { bis'2 gis' eis' | dis'2 fis' ais'2 | }
 ais'4. cis''4.( ais'8)(  dis'')( eis''2)~ |
\break
%7-10
 eis''2. cis''2 ais'4 |
 cis''8.[ dis''16] bis'8.[ cis''16] cis''8.[ dis''16] bis'8.[ cis''16]
 bis'8.[ dis''16] cis''8.[ dis''16]~ |
 dis''2 eis'8.[ gis'16] fis'8.[ ais'16] gis'8.[ bis'16] ais'8.[ cis''16] |
\break
%11-12
\repeat volta 2 {
 cis'8.[ eis'16] dis'8.[ fis'16] eis'8.[ ais'16] gis'8.[ bis'16]
 ais'8.[ cis''16] bis'8.[ eis''16] |
 cis'8.[ eis'16] dis'8.[ fis'16] eis'8.[ ais'16] gis'8.[ bis'16]
 ais'8.[ cis''16] bis'8.[ eis''16] |
\break
%13-16
 bis'2 dis''1 | cis''2 eis''1 | ais'2 cis''1 | cis''2 eis''1 }
\bar "|."
}

bassOne = {
\autoBeamOff
%1-2
\clef bass
 cis8.[ eis16] dis8.[ fis16] eis8.[ gis16] fis8.[ ais16]
 gis8.[ bis16] ais8.[ cis'16] | fis8 fis gis4 gis8 gis ais4 ais8 ais bis4 |
\break
%3-6
 r8. ais16 bis2 r8. ais16 bis2 |
 \repeat volta 2 { eis2 bis1~ | bis1 ais2 | } ais1.~ |
\break
%7-10
 ais8. r16 bis4( ais8.) r16 bis4( ais8.) r16 bis4( |
 bis,8.)[ dis16] cis8.[ eis16] dis8.[ fis16] eis8.[ gis16]
 fis8.[ ais16] gis8.[ bis16]~ |
 bis8. r16 ais4( bis8.) r16 ais4( bis8.) r16 ais4 |
\break
%11-12
\repeat volta 2 {
 cis8.[ eis16] dis8.[ fis16] eis8.[ gis16] fis8.[ ais16]
 gis8.[ bis16] ais8.[ cis'16] |
 cis8.[ eis16] dis8.[ fis16] eis8.[ gis16] fis8.[ ais16]
 gis8.[ bis16] ais8.[ cis'16] |
\break
%13-16
 bis1. | cis'1. | ais1. | cis'1. }
\bar "|."
}

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

Next: , Previous: , Up: Top  

firenze-2.texi

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

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

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

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

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