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

Top

Firenze

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


Next: , Previous: , Up: Top  

Music Sheet

[picture of music]




Next: , Previous: , Up: Top  

firenze.ly

%%11:41 AM Monday, October 4, 2021
%%yukio yoshida
\version "2.22.2"
#(set-default-paper-size "letter")
#(set-global-staff-size 23)

\header {
  dedication = \markup { \column { " " " " "Wordless Poem" " " } }
  title = "Landscape of Firenze"
  subtitle = "At Firenze city in Italia"
  subsubtitle = "alto; C clef on 3th line."
  poet = ""
  composer = \markup { \italic "yukio yoshida" }
  arranger = \markup{\tiny "No.11 (Dec 17 2006)"}
  copyright = "public Domain"
%% tagline = " "
}

altoOne = {
\autoBeamOff
%1-4
  f'4. des'8 g'8[ f' g'] des'8 f'4. des'8 |
  c'4. bes8 des'8[ c' des'] bes8 c'4. bes8 |
  c'4 des'8[ ees' f' g'] f'4 c'4. bes8 |
  c'4 bes des' c' des' bes |
\break
%5-8
  c'8[ des' c'] bes4. des'8 bes4. c'8[ bes] |
  c'8[ bes c'] des'2.. bes4 |
  des'4. bes8[ c'] bes8 des'4. c'8 bes4 |
  c'2 \times 2/3 { des'4 bes des'2 c'4 bes } |
\break
%9-13
  \times 2/3 { des'4 f' ees' c'2 ees'4 f' r4 ees'4 |
               bes des' ees' c'2 des'4 ees' f' c' |
               r4 ees' f' g' r4 des'8[ ees'] f'2 r4 |
               g' f' ees'8[ des'] r4 des'2 bes4 r4 des' } |
\break
%13-16
  \times 2/3 { f'4 ees'8[ f'] des'4 r4 bes4 c' bes8[ des'] c'4 bes |
               r4 bes8[ c'] bes4 des' c'8[ bes] r4 des'4 bes8[ c'] bes4 |
               r4 des'8[ bes] c'4 r4 des'8[ bes] des'4 c'8[ bes] des'8[ c'] r4 } |
  c'4 bes2 des'2.~ |
\break
%17-21
  des'1. | ees'1 c'2 |
  \repeat volta 2 { \chordmode { bes,4. c8 des2.. bes,8 | c4. bes,8 des2.. c8 } } |
  bes2. des'2. |
\break
%22-25
  c'4. des'8 ees'2.. c'8 | ees'1 c'2 |  des'1.~ | des'2. bes2 c'4 |
\break
%26-29
  \times 2/3 { c'2 bes8[ des'] bes4 des'8[ bes] c'2 des'8[ bes] des'4 } | bes2. c' |
  \times 2/3 { bes8[ des'8] c'2. bes8[ des'] c'2 bes8[ c'] bes4 } |
  ees'4. c'8 f'8[ ees' f'] c'8 ees'4. c'8 |
\break
%30-33
  bes4. c'8 ees'8[ des' c'] des'8 bes4. ees'8 |
  f'4. des'8 g'8[ f' g'] des'8 f'4. des'8 |
  ees'4. c'8 f'8[ ees' f'] c'8 ees'4. c'8 |
  bes1.~ | bes1. \bar "|."
}

% --- get sheet music --------------------------------------------------------
\score {
     \context ChoirStaff = "coroOne" <<
     \new Voice \with { \consists Ambitus_engraver} {
                          \clef alto \key aes\major \time 3/2
     \set Staff.instrumentName = \markup{"alto"} \altoOne }
                       >>
       \layout { }
}

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

Next: , Previous: , Up: Top  

firenze.texi

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

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

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

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

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